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