Merge pull request #71465 from aanm/fix-kubeadm-documentation

apis/kubeadm/v1beta1: fix typo in localApiEndpoint -> localAPIEndpoint
pull/564/head
k8s-ci-robot 2018-11-30 01:19:58 -08:00 committed by GitHub
commit 67bca44801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ limitations under the License.
// effect: "NoSchedule" // effect: "NoSchedule"
// kubeletExtraArgs: // kubeletExtraArgs:
// cgroupDriver: "cgroupfs" // cgroupDriver: "cgroupfs"
// localApiEndpoint: // localAPIEndpoint:
// advertiseAddress: "10.100.0.1" // advertiseAddress: "10.100.0.1"
// bindPort: 6443 // bindPort: 6443
// --- // ---