1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
Find a file
Ewout Prangsma 7a5bf8e26f
Fixed code
2018-04-03 15:41:38 +02:00
.vscode File header template added 2018-02-09 11:14:03 +01:00
deps Properly upgrading to new minor version 2018-03-22 11:27:50 +01:00
docs Update tls.md 2018-03-20 15:20:33 +01:00
examples Working on agency is happy check 2018-03-20 17:14:28 +01:00
manifests Added LivenessProbe & Readiness probe 2018-04-03 10:58:05 +02:00
pkg Changed TLSSpec.TTL to new string based Duration type 2018-04-03 15:34:41 +02:00
scripts Patch latest version number in README 2018-04-03 09:11:44 +02:00
tests Fixed code 2018-04-03 15:41:38 +02:00
tools Merged in master 2018-04-03 14:53:17 +02:00
.dockerignore Extending Spec object, moved vendor to deps for test support 2018-02-13 16:06:36 +01:00
.gitignore Initial API objects & vendoring 2018-02-09 11:11:33 +01:00
CHANGELOG.md Adding CHANGELOG.md generation 2018-04-03 08:47:56 +02:00
Dockerfile Initial API objects & vendoring 2018-02-09 11:11:33 +01:00
Dockerfile.test Creating test framework 2018-02-20 09:49:01 +01:00
Jenkinsfile.groovy Enable LONG on kube-arangodb-long test 2018-03-29 08:46:49 +02:00
LICENSE Add LICENSE 2018-04-03 08:20:49 +02:00
main.go Added LivenessProbe & Readiness probe 2018-04-03 10:58:05 +02:00
Makefile Merged in master 2018-04-03 14:53:17 +02:00
README.md Added release install block 2018-03-20 11:33:37 +01:00
storage.go Rename repository to kube-arangodb 2018-03-13 16:25:33 +01:00
VERSION Updated to 0.0.1+git 2018-03-20 11:26:30 +01:00

ArangoDB Kubernetes Operator

"Starter for Kubernetes"

State: In heavy development. DO NOT USE FOR ANY PRODUCTION LIKE PURPOSE! THINGS WILL CHANGE.

Installation of latest release

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

Building

DOCKERNAMESPACE=<your dockerhub account> make
kubectl apply -f manifests/crd.yaml
kubectl apply -f manifests/arango-deployment-dev.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f manifests/arango-storage-dev.yaml