File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ it is intended to be.
3737## Installation of latest release
3838
3939``` bash
40- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/crd.yaml
41- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/arango-deployment.yaml
40+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2 /manifests/crd.yaml
41+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2 /manifests/arango-deployment.yaml
4242# To use `ArangoLocalStorage`, also run
43- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/arango-storage.yaml
43+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2 /manifests/arango-storage.yaml
4444# To use `ArangoDeploymentReplication`, also run
45- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/arango-deployment-replication.yaml
45+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2 /manifests/arango-deployment-replication.yaml
4646```
4747
4848## Building
Original file line number Diff line number Diff line change 3333 resources : ["nodes"]
3434 verbs : ["get"]
3535- apiGroups : ["apps"]
36- resources : ["deployments"]
37- verbs : ["* "]
36+ resources : ["deployments", "replicasets" ]
37+ verbs : ["get "]
3838
3939---
4040
9494 containers :
9595 - name : operator
9696 imagePullPolicy : IfNotPresent
97- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
9898 args :
9999 - --operator.deployment-replication
100100 env :
Original file line number Diff line number Diff line change 3030 resources : ["nodes"]
3131 verbs : ["get"]
3232- apiGroups : ["apps"]
33- resources : ["deployments"]
34- verbs : ["* "]
33+ resources : ["deployments", "replicasets" ]
34+ verbs : ["get "]
3535- apiGroups : ["storage.k8s.io"]
3636 resources : ["storageclasses"]
3737 verbs : ["get", "list"]
9494 containers :
9595 - name : operator
9696 imagePullPolicy : IfNotPresent
97- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
9898 args :
9999 - --operator.deployment
100100 - --chaos.allowed=false
Original file line number Diff line number Diff line change 3232- apiGroups : ["apps"]
3333 resources : ["daemonsets"]
3434 verbs : ["*"]
35+ - apiGroups : ["apps"]
36+ resources : ["deployments", "replicasets"]
37+ verbs : ["get"]
3538- apiGroups : ["storage.k8s.io"]
3639 resources : ["storageclasses"]
3740 verbs : ["*"]
@@ -103,7 +106,7 @@ spec:
103106 containers :
104107 - name : operator
105108 imagePullPolicy : IfNotPresent
106- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
109+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
107110 args :
108111 - --operator.storage
109112 env :
You can’t perform that action at this time.
0 commit comments