Tryout with storageos - not successful

This commit is contained in:
Moritz Graf 2020-04-10 01:29:08 +02:00
parent 3bd9b3e8e7
commit c2881f0f0a
3 changed files with 46 additions and 27 deletions

View File

@ -19,7 +19,7 @@ kubectl get pods | grep Error | cut -d' ' -f 1 | xargs kubectl delete pod
## namespaces ## namespaces
```sh ```sh
namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development" namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development storageos-operator"
for i in $( echo $NAMESPACES ) ; do for i in $( echo $NAMESPACES ) ; do
k create ns $i k create ns $i
done done
@ -65,6 +65,12 @@ $ kubectl apply -f kuard
$ kubectl delete -f kuard $ kubectl delete -f kuard
``` ```
## storageos
```sh
kubectl apply -f storageos-operator/storageos.yaml
```
## auth ## auth
Including: Including:

View File

@ -1,26 +1,25 @@
# status: chart not working # # status: removed again
# note: problem could not be found yet
apiVersion: helm.fluxcd.io/v1 # apiVersion: helm.fluxcd.io/v1
kind: HelmRelease # kind: HelmRelease
metadata: # metadata:
name: helm-phpldapadmin # name: helm-phpldapadmin
namespace: flux # namespace: flux
spec: # spec:
releaseName: phpldapadmin # releaseName: phpldapadmin
targetNamespace: auth # targetNamespace: auth
chart: # chart:
repository: https://cetic.github.io/helm-charts # repository: https://cetic.github.io/helm-charts
version: 0.1.3 # version: 0.1.3
name: phpldapadmin # name: phpldapadmin
values: # values:
service: # service:
type: ClusterIP # type: ClusterIP
ingress: # ingress:
enabled: true # enabled: true
hosts: # hosts:
- "ldap.haumdaucher.de" # - "ldap.haumdaucher.de"
annotations: # annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod" # cert-manager.io/cluster-issuer: "letsencrypt-prod"
tls: # tls:
- ldap-haumdaucher-de # - ldap-haumdaucher-de

View File

@ -0,0 +1,14 @@
# status: chart not working with helm3
# apiVersion: helm.fluxcd.io/v1
# kind: HelmRelease
# metadata:
# name: helm-storageos
# namespace: flux
# spec:
# releaseName: storageos
# targetNamespace: storageos-operator
# chart:
# repository: https://charts.storageos.com
# version: 0.2.19
# name: storageos