In order to provide personalized access to our internal Kubernetes cluster, bootstrapped by Kubeadm, I've installed DEX, DEX K8S Authenticator, configured LDAP connector and only thing left is to make Kubernetes trust DEX OpenID Connect provider. According to documentation, several arguments (like oidc-issuer-url and oidc-client-id) have to be added to Kubernetes API command line, but seems that API isn't configurable at all after cluster installation:
Does anyone know how to adjust API server configuration safely or reinstalling the cluster is the must to append just a plenty of arguments to API command line?