Update README.md

This commit is contained in:
thiscantbeserious 2021-06-13 12:52:05 +02:00 committed by GitHub
parent e4e09b32b1
commit 9623cd352e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -9,7 +9,9 @@ The difference to [seaweedfs-csi-driver](https://github.com/seaweedfs/seaweedfs-
By using `make deploy` it will deploy a Resource of type 'Seaweed' onto your current kubectl $KUBECONFIG target (the operator itself) which by default will do nothing unless you configurate it (see examples in config/samples/).
Goals:
- [x] Automatically deploy a SeaweedFS cluster with 3 masters, N volume servers, and M filers with customizable filer store managed by other operators.
- [x] Automatically deploy and manage a SeaweedFS cluster.
- [x] Ability to be managed by other Operators.
- [ ] Compability with [seaweedfs-csi-driver](https://github.com/seaweedfs/seaweedfs-csi-driver)
- [x] Auto rolling upgrade and restart.
- [x] Ingress for volume server, filer and S3, to support HDFS, REST filer, S3 API and cross-cluster replication.
- [ ] Support all major cloud Kubernetes: AWS, Google, Azure.
@ -55,6 +57,15 @@ NAMESPACE NAME AGE
seaweed seaweed 1h
```
See the next section for example usage
## Configuration Examples
## Maintenance and Uninstallation
## Development
Follow the instructions in https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/