From 721b228cefd441f04c3a26a3838e015a7328495e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=89=AC?= Date: Mon, 29 May 2017 22:32:48 +0800 Subject: [PATCH] typo --- examples/deployment/nginx/kubeadm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deployment/nginx/kubeadm/README.md b/examples/deployment/nginx/kubeadm/README.md index 6174d1651..3cb0f0b85 100644 --- a/examples/deployment/nginx/kubeadm/README.md +++ b/examples/deployment/nginx/kubeadm/README.md @@ -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))