Open webwurst opened 7 years ago
Could you explain or point to some background information why these lines are needed? And what would be their default settings?
proxy-client-cert-file: "/etc/kubernetes/pki/front-proxy-client.crt" proxy-client-key-file: "/etc/kubernetes/pki/front-proxy-client.key"
It's used for API Aggregation: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/aggregated-api-servers.md
Could you explain or point to some background information why these lines are needed? And what would be their default settings?