terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

Start apiserver with additional flags for enabling the aggregator

Open tagarwal opened this issue 7 years ago • 0 comments

Description of issue:

We need the apiserver of the k8s cluster installed started with these additional parameters

--proxy-client-key-file=/etc/kubernetes/pki/front-proxy-client.key 
--proxy-client-cert-file=/etc/kubernetes/pki/front-proxy-client.crt 
--requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt

This is for the apiserver aggregator to work correctly. https://github.com/kubernetes-incubator/apiserver-builder/blob/master/docs/concepts/aggregation.md#enabling-the-aggregator

tagarwal avatar Jan 24 '18 06:01 tagarwal