Automatically create Minio buckets based on K8S CRD. https://miniok8sbucketsoperator.communiquons.org
Go to file
Pierre Hubert c90e46f038
All checks were successful
continuous-integration/drone/push Build is passing
Can create users
2023-05-08 16:18:15 +02:00
src Can create users 2023-05-08 16:18:15 +02:00
test Can create policies 2023-05-08 16:00:53 +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