From 9071a63b85bdee5053f75710bfadb29d2330fb6e Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sun, 27 Aug 2017 18:27:48 +0800 Subject: [PATCH] Update configure-aggregation-layer.md Missing a signal. --- docs/tasks/access-kubernetes-api/configure-aggregation-layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md b/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md index ab069fa30a..0265ad1371 100644 --- a/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md +++ b/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md @@ -34,7 +34,7 @@ Enable the aggregation layer via the following kube-apiserver flags. They may ha --proxy-client-cert-file= --proxy-client-key-file= -If you are not running kube-proxy on a host running the API server then you must make sure that the system is enabled with the following apiserver flag: +If you are not running kube-proxy on a host running the API server, then you must make sure that the system is enabled with the following apiserver flag: --enable-aggregator-routing=true