Change kube-apiserver parameters

3/13/2018

I'm trying to change kube-apiserver parameters in order to accomplish oauth based cluster login. It's possible to change parameters manually, by entering into kube-apiserver container, but it will be hard to implement that during cluster spawn. Do you have suggestions or existing solutions for it?

Thanks in advance!

-- Mateusz J
docker
kubernetes
linux
oauth

1 Answer

3/13/2018

kops exposes apiserver fields that can be used to configure OIDC authentication. The documentation here describes the format

-- dippynark
Source: StackOverflow