Merge pull request #72463 from wnxn/kubeadm-typo

Fix typo cgroupDriver -> cgroup-driver
pull/564/head
Kubernetes Prow Robot 2019-01-02 10:11:51 -08:00 committed by GitHub
commit a7cb03f4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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