mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
parent
b11d0fbdd5
commit
80bca50feb
@ -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
|
||||
|
@ -173,7 +173,7 @@ limitations under the License.
|
||||
// value: "master"
|
||||
// effect: "NoSchedule"
|
||||
// kubeletExtraArgs:
|
||||
// cgroup-driver: "cgroupfs"
|
||||
// v: 4
|
||||
// ignorePreflightErrors:
|
||||
// - IsPrivilegedUser
|
||||
// localAPIEndpoint:
|
||||
|
Loading…
Reference in New Issue
Block a user