This commit is contained in:
parent
e2598d7509
commit
0969d6dcd9
15
README.md
15
README.md
@ -1,9 +1,20 @@
|
||||
# MinioK8sBuckets
|
||||
|
||||
Automatically create Minio buckets based on K8S CRD.
|
||||
Automatically create Minio buckets based on K8S Custom Resources.
|
||||
|
||||
WIP, early project
|
||||
## Installation
|
||||
1. Run the following commands:
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/pierre42100/MinioK8sBuckets/master/yaml/crd.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/pierre42100/MinioK8sBuckets/master/yaml/deployment.yaml
|
||||
```
|
||||
|
||||
2. Deploy Minio
|
||||
3. Create a MinioInstance & a MinioBucket (like in [our test](test/test-inside-cluster.yaml))
|
||||
4. That's it!
|
||||
|
||||
|
||||
## Development
|
||||
Apply all K8s config files manually:
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user