Update configure-aggregation-layer.md (#10119)

pull/10308/head
Kevin Lefevre 2018-09-16 09:39:50 +02:00 committed by k8s-ci-robot
parent 1b5ff98a44
commit f5b05a4e4e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Configuring the [aggregation layer](/docs/concepts/api-extension/apiserver-aggre
Enable the aggregation layer via the following kube-apiserver flags. They may have already been taken care of by your provider.
--requestheader-client-ca-file=<path to aggregator CA cert>
--requestheader-allowed-names=aggregator
--requestheader-allowed-names=front-proxy-client
--requestheader-extra-headers-prefix=X-Remote-Extra-
--requestheader-group-headers=X-Remote-Group
--requestheader-username-headers=X-Remote-User