Automatically create Minio buckets based on K8S CRD. https://miniok8sbucketsoperator.communiquons.org
Go to file
Pierre Hubert 765a8108fd
Some checks failed
continuous-integration/drone/push Build is failing
Fix indempotence issue with policy attach
2023-05-08 17:26:42 +02:00
src Fix indempotence issue with policy attach 2023-05-08 17:26:42 +02:00
test Applied first configuration 2023-05-08 17:20:54 +02:00
yaml Properly test retention 2023-05-08 15:23:19 +02:00
.drone.yml Add basic drone configuration 2023-05-08 16:04:23 +02:00
.gitignore Create base Rust project 2023-05-05 19:53:17 +02:00
Cargo.lock Spwan test minio instance 2023-05-06 13:15:17 +02:00
Cargo.toml Add buckets creation 2023-05-06 16:41:36 +02:00
LICENSE Initial commit 2023-05-03 17:24:19 +00:00
README.md Spwan test minio instance 2023-05-06 13:15:17 +02:00

MinioK8sBuckets

Automatically create Minio buckets based on K8S CRD.

WIP, early project

Apply all K8s config files manually:

cat yaml/*.yaml | kubectl apply -f -

Note : mc tool is required