Skip to content

Commit 4806043

Browse files
committed
Updated readme. Included deployment-replication manifest
1 parent 38fea85 commit 4806043

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ read the [tutorial](./docs/Manual/Tutorials/Kubernetes/README.md).
88

99
## State
1010

11-
The ArangoDB Kubernetes Operator is still in **heavy development**.
11+
The ArangoDB Kubernetes Operator is still in **development**.
1212

1313
Running ArangoDB deployments (single, active-failover or cluster)
14-
is becoming reasonably stable, but you should **not yet use it for production
15-
environments**.
14+
is reasonably stable, and we're in the process of validating
15+
production readiness of various Kubernetes platforms.
1616

1717
The feature set of the ArangoDB Kubernetes Operator is close to what
18-
it is intended to be, with the exeption of Datacenter to Datacenter replication
19-
support. That is still completely missing.
18+
it is intended to be.
2019

2120
[Documentation](./docs/README.md)
2221

@@ -27,6 +26,8 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/
2726
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment.yaml
2827
# To use `ArangoLocalStorage`, also run
2928
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-storage.yaml
29+
# To use `ArangoDeploymentReplication`, also run
30+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment-replication.yaml
3031
```
3132

3233
## Building
@@ -37,4 +38,6 @@ kubectl apply -f manifests/crd.yaml
3738
kubectl apply -f manifests/arango-deployment-dev.yaml
3839
# To use `ArangoLocalStorage`, also run
3940
kubectl apply -f manifests/arango-storage-dev.yaml
41+
# To use `ArangoDeploymentReplication`, also run
42+
kubectl apply -f manifests/arango-deployment-replication-dev.yaml
4043
```

scripts/patch_readme.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ fi
1313
f=README.md
1414
sed -e "s@^kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/.*/manifests/crd.yaml\$@kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/${VERSION}/manifests/crd.yaml@g" -i "" $f
1515
sed -e "s@^kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/.*/manifests/arango-deployment.yaml\$@kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/${VERSION}/manifests/arango-deployment.yaml@g" -i "" $f
16+
sed -e "s@^kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/.*/manifests/arango-deployment-replication.yaml\$@kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/${VERSION}/manifests/arango-deployment-replication.yaml@g" -i "" $f
1617
sed -e "s@^kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/.*/manifests/arango-storage.yaml\$@kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/${VERSION}/manifests/arango-storage.yaml@g" -i "" $f

0 commit comments

Comments
 (0)