Skip to content

Commit

Permalink
Updated manifest to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neunhoef committed Nov 2, 2018
1 parent af5298f commit 0c0e8f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 49 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ it is intended to be.
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-crd.tgz
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeplomentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.1/kube-arangodb.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb.tgz
# To use `ArangoLocalStorage`, also run
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.1/kube-arangodb-storage.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-storage.tgz
```

## Installation of latest release using Kubectl

```bash
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.1/manifests/arango-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.1/manifests/arango-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.1/manifests/arango-deployment-replication.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment-replication.yaml
```

## Building
Expand Down
22 changes: 1 addition & 21 deletions manifests/arango-deployment-replication.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
## deployment-replication/crd.yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: arangodeploymentreplications.replication.database.arangodb.com
spec:
group: replication.database.arangodb.com
names:
kind: ArangoDeploymentReplication
listKind: ArangoDeploymentReplicationList
plural: arangodeploymentreplications
shortNames:
- arangorepl
singular: arangodeploymentreplication
scope: Namespaced
version: v1alpha


---

## deployment-replication/rbac.yaml


Expand Down Expand Up @@ -123,7 +103,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:f1c0806031ca85e489a1abcd3cb6b80a7972e47ccf59826b0f8a86c38e443fbc
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
args:
- --operator.deployment-replication
env:
Expand Down
23 changes: 1 addition & 22 deletions manifests/arango-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
## deployment/crd.yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: arangodeployments.database.arangodb.com
spec:
group: database.arangodb.com
names:
kind: ArangoDeployment
listKind: ArangoDeploymentList
plural: arangodeployments
shortNames:
- arangodb
- arango
singular: arangodeployment
scope: Namespaced
version: v1alpha


---

## deployment/rbac.yaml


Expand Down Expand Up @@ -124,7 +103,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:f1c0806031ca85e489a1abcd3cb6b80a7972e47ccf59826b0f8a86c38e443fbc
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
args:
- --operator.deployment
- --chaos.allowed=false
Expand Down
2 changes: 1 addition & 1 deletion manifests/arango-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:f1c0806031ca85e489a1abcd3cb6b80a7972e47ccf59826b0f8a86c38e443fbc
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
args:
- --operator.storage
env:
Expand Down

0 comments on commit 0c0e8f7

Please sign in to comment.