I am trying to setup DEX in my kubernetes clusters and for that I want to configure API server with following flags. How can I achieve that?
--oidc-issuer-url=https://dex.example.com:32000
--oidc-client-id=example-app
--oidc-ca-file=/etc/ssl/certs/openid-ca.pem
--oidc-username-claim=email
--oidc-groups-claim=groups
https://dexidp.io/docs/kubernetes/#configuring-the-openid-connect-plugin
Also, I cannot find any file called kube-apiserver.yaml in /etc/kubernetes/manifests/kube-apiserver.yaml where I can add these flags and restart api-server.
If there is a way to this using kubeadm, please post specific example.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
Note that if you are using the DigitalOcean Managed Kubernetes service, you would not have access to the control plane node as it is managed by DigitalOcean.
If you want to have full access to your Kubernetes cluster, you could install Kubernetes on a few Droplets and handle the management yourself:
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.