Merge pull request #76473 from wnxn/kubeadm-typo

Fix typo cgroupDriver -> cgroup-driver
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-12 04:51:00 -07:00 committed by GitHub
commit cbaaa67b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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