seaweedfs kubernetes operator
Go to file
Chris Lu a5c5e85f2a simplify 2020-10-18 00:06:40 -07:00
api/v1 support upgrade 2020-10-17 02:25:23 -07:00
config 2.05 2020-10-17 02:42:48 -07:00
controllers simplify 2020-10-18 00:06:40 -07:00
hack restart 2020-08-01 23:27:46 -07:00
.gitignore aux files 2020-07-26 14:50:48 -07:00
Dockerfile regenerate with operator-sdk 3-alpha 2020-07-26 14:47:24 -07:00
Makefile refactor 2020-10-14 21:45:53 -07:00
PROJECT restart 2020-08-01 23:27:46 -07:00
README.md Update README.md 2020-09-20 16:34:57 -07:00
go.mod restart 2020-08-01 23:27:46 -07:00
go.sum restart 2020-08-01 23:27:46 -07:00
main.go restart 2020-08-01 23:27:46 -07:00
seaweedfs-operator.iml operator-sdk create api --group=objectstore --version=v100 --kind=Master 2020-07-26 15:10:35 -07:00

README.md

SeaweedFS Operator

Installation

Development

Follow the instructions in https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/

$ git clone https://github.com/seaweedfs/seaweedfs-operator
$ cd seaweedfs-operator

# register the CRD with the Kubernetes
$ make install

# run the operator locally outside the Kubernetes cluster
$ make run ENABLE_WEBHOOKS=false 

# From another terminal in the same directory
$ kubectl apply -f config/samples/seaweed_v1_seaweed.yaml