kubeadm: remove mentions of cgroup-driver from godocs

The v1beta1/2 API doc.go files include an example
flag for the kubelet binary "cgroup-driver" under
"kubeletExtraArgs".

This flag is deprecated and should not be in the examples.
Add "v" instead which is one of the flags we know will
not be deprecated soon.
This commit is contained in:
Lubomir I. Ivanov 2021-03-24 18:11:50 +02:00
parent b11d0fbdd5
commit 80bca50feb
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ limitations under the License.
// value: "master"
// effect: "NoSchedule"
// kubeletExtraArgs:
// cgroup-driver: "cgroupfs"
// v: 4
// localAPIEndpoint:
// advertiseAddress: "10.100.0.1"
// bindPort: 6443

View File

@ -173,7 +173,7 @@ limitations under the License.
// value: "master"
// effect: "NoSchedule"
// kubeletExtraArgs:
// cgroup-driver: "cgroupfs"
// v: 4
// ignorePreflightErrors:
// - IsPrivilegedUser
// localAPIEndpoint: