2023-05-03 17:24:19 +00:00
|
|
|
# MinioK8sBuckets
|
|
|
|
|
2023-05-04 17:14:21 +00:00
|
|
|
Automatically create Minio buckets based on K8S CRD.
|
|
|
|
|
2023-05-05 18:05:22 +00:00
|
|
|
WIP, early project
|
|
|
|
|
|
|
|
Apply all K8s config files manually:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
cat yaml/*.yaml | kubectl apply -f -
|
2023-05-06 11:15:17 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Note : [mc tool](https://min.io/download) is required
|