mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 00:26:58 +00:00
Automatic merge from submit-queue (batch tested with PRs 45884, 45879, 45912, 45444, 45874) Update Minio example **What this PR does / why we need it**: Added examples for Minio standalone and distributed modes **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: - Add latest image tag in Minio image. - Remove command and use args instead, inline with latest change in Minio. **Release note**: ``` Updates Minio server deployment example. ```