seaweedfs kubernetes operator
Go to file
Chris Lu 4ea680c4c9 fix filer starting 2020-10-17 00:59:38 -07:00
api/v1 support adjustable volume count and filer count 2020-10-16 23:25:46 -07:00
config support adjustable volume count and filer count 2020-10-16 23:25:46 -07:00
controllers fix filer starting 2020-10-17 00:59:38 -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