MinioK8sBuckets/README.md
Pierre Hubert 0969d6dcd9
Some checks reported errors
continuous-integration/drone/push Build was killed
Updated README
2023-05-08 18:27:03 +02:00

24 lines
635 B
Markdown

# MinioK8sBuckets
Automatically create Minio buckets based on K8S Custom Resources.
## 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
cat yaml/*.yaml | kubectl apply -f -
```
Note : [mc tool](https://min.io/download) is required