Automatically create Minio buckets based on K8S CRD. https://miniok8sbucketsoperator.communiquons.org
Go to file
Pierre Hubert e4603b0f38
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add some pause before the beginning of each test to let Minio start
2023-05-08 18:09:59 +02:00
src Add some pause before the beginning of each test to let Minio start 2023-05-08 18:09:59 +02:00
test Create docker image & test in docker 2023-05-08 18:04:11 +02:00
yaml Grouped CRD into a single file 2023-05-08 18:06:11 +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
build_docker_image.sh Create docker image & test in docker 2023-05-08 18:04:11 +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
Dockerfile Create docker image & test in docker 2023-05-08 18:04:11 +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