Automatically create Minio buckets based on K8S CRD. https://miniok8sbucketsoperator.communiquons.org
Go to file
2023-05-05 20:05:22 +02:00
src Create base Rust project 2023-05-05 19:53:17 +02:00
test Create first test bucket 2023-05-05 20:05:22 +02:00
yaml Create first test bucket 2023-05-05 20:05:22 +02:00
.gitignore Create base Rust project 2023-05-05 19:53:17 +02:00
Cargo.lock Create base Rust project 2023-05-05 19:53:17 +02:00
Cargo.toml Create base Rust project 2023-05-05 19:53:17 +02:00
LICENSE Initial commit 2023-05-03 17:24:19 +00:00
README.md Create first test bucket 2023-05-05 20:05:22 +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 -