mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add missing container-runtime "remote" option **What this PR does / why we need it**: Added the "remote" option to the auto-generated documentation for the `--container-runtime` flag. The kubelet flag `--container-runtime` lists the possible values as part of the auto-generated documentation but is missing the "remote" possibility. **Which issue(s) this PR fixes** : Fixes #60992 **Release note**: ```release-note NONE ```