Merge pull request #791 from mingyang91/patch-1

typo
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-05-29 10:56:49 -04:00 committed by GitHub
commit 592f3c0736

View file

@ -1,7 +1,7 @@
# Deploying the Nginx Ingress controller on kubeadm clusters # Deploying the Nginx Ingress controller on kubeadm clusters
This example aims to demonstrate the deployment of an nginx ingress controller with kubeadm, This example aims to demonstrate the deployment of an nginx ingress controller with kubeadm,
and is nearly the same as the the example above, but here the Ingress Controller is using and is nearly the same as the example above, but here the Ingress Controller is using
`hostNetwork: true` until the CNI kubelet networking plugin is compatible with `hostPort` `hostNetwork: true` until the CNI kubelet networking plugin is compatible with `hostPort`
(see issue: [kubernetes/kubernetes#31307](https://github.com/kubernetes/kubernetes/issues/31307)) (see issue: [kubernetes/kubernetes#31307](https://github.com/kubernetes/kubernetes/issues/31307))