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.
37
37
## Installation of latest release
38
38
39
39
``` 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
42
42
# 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
44
44
# 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
46
46
```
47
47
48
48
## Building
Original file line number Diff line number Diff line change 33
33
resources : ["nodes"]
34
34
verbs : ["get"]
35
35
- apiGroups : ["apps"]
36
- resources : ["deployments"]
37
- verbs : ["* "]
36
+ resources : ["deployments", "replicasets" ]
37
+ verbs : ["get "]
38
38
39
39
---
40
40
94
94
containers :
95
95
- name : operator
96
96
imagePullPolicy : IfNotPresent
97
- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97
+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
98
98
args :
99
99
- --operator.deployment-replication
100
100
env :
Original file line number Diff line number Diff line change 30
30
resources : ["nodes"]
31
31
verbs : ["get"]
32
32
- apiGroups : ["apps"]
33
- resources : ["deployments"]
34
- verbs : ["* "]
33
+ resources : ["deployments", "replicasets" ]
34
+ verbs : ["get "]
35
35
- apiGroups : ["storage.k8s.io"]
36
36
resources : ["storageclasses"]
37
37
verbs : ["get", "list"]
94
94
containers :
95
95
- name : operator
96
96
imagePullPolicy : IfNotPresent
97
- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97
+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
98
98
args :
99
99
- --operator.deployment
100
100
- --chaos.allowed=false
Original file line number Diff line number Diff line change 32
32
- apiGroups : ["apps"]
33
33
resources : ["daemonsets"]
34
34
verbs : ["*"]
35
+ - apiGroups : ["apps"]
36
+ resources : ["deployments", "replicasets"]
37
+ verbs : ["get"]
35
38
- apiGroups : ["storage.k8s.io"]
36
39
resources : ["storageclasses"]
37
40
verbs : ["*"]
@@ -103,7 +106,7 @@ spec:
103
106
containers :
104
107
- name : operator
105
108
imagePullPolicy : IfNotPresent
106
- image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
109
+ image : arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
107
110
args :
108
111
- --operator.storage
109
112
env :
You can’t perform that action at this time.
0 commit comments