This commit is contained in:
明扬 2017-05-29 22:32:48 +08:00 committed by GitHub
parent 5f8ca41c5f
commit 1cfdde28c6

View file

@ -1,7 +1,7 @@
# Deploying the Nginx Ingress controller on kubeadm clusters
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`
(see issue: [kubernetes/kubernetes#31307](https://github.com/kubernetes/kubernetes/issues/31307))