seaweedfs kubernetes operator
Go to file
Chris Lu 87c1ee2c7e tweaking log messages 2020-08-02 22:48:15 -07:00
api/v1 restart 2020-08-01 23:27:46 -07:00
config restart 2020-08-01 23:27:46 -07:00
controllers tweaking log messages 2020-08-02 22:48:15 -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 restart 2020-08-01 23:27:46 -07:00
PROJECT restart 2020-08-01 23:27:46 -07:00
README.md restart 2020-08-01 23:27:46 -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/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