mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
Updated manifest to 0.3.4
This commit is contained in:
parent
873030054a
commit
282558470c
4 changed files with 10 additions and 10 deletions
14
README.md
14
README.md
|
@ -40,23 +40,23 @@ it is intended to be.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# The following will install the custom resources required by the operators.
|
# The following will install the custom resources required by the operators.
|
||||||
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-crd.tgz
|
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb-crd.tgz
|
||||||
# The following will install the operator for `ArangoDeployment` &
|
# The following will install the operator for `ArangoDeployment` &
|
||||||
# `ArangoDeplomentReplication` resources.
|
# `ArangoDeplomentReplication` resources.
|
||||||
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb.tgz
|
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb.tgz
|
||||||
# To use `ArangoLocalStorage`, also run
|
# To use `ArangoLocalStorage`, also run
|
||||||
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-storage.tgz
|
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb-storage.tgz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation of latest release using Kubectl
|
## Installation of latest release using Kubectl
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-crd.yaml
|
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-crd.yaml
|
||||||
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment.yaml
|
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment.yaml
|
||||||
# To use `ArangoLocalStorage`, also run
|
# To use `ArangoLocalStorage`, also run
|
||||||
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-storage.yaml
|
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-storage.yaml
|
||||||
# To use `ArangoDeploymentReplication`, also run
|
# To use `ArangoDeploymentReplication`, also run
|
||||||
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment-replication.yaml
|
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment-replication.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: operator
|
- name: operator
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
|
image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
|
||||||
args:
|
args:
|
||||||
- --operator.deployment-replication
|
- --operator.deployment-replication
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: operator
|
- name: operator
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
|
image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
|
||||||
args:
|
args:
|
||||||
- --operator.deployment
|
- --operator.deployment
|
||||||
- --chaos.allowed=false
|
- --chaos.allowed=false
|
||||||
|
|
|
@ -141,7 +141,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: operator
|
- name: operator
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
|
image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
|
||||||
args:
|
args:
|
||||||
- --operator.storage
|
- --operator.storage
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue