kubelogin icon indicating copy to clipboard operation
kubelogin copied to clipboard

Configure Standalone Mode

Open karkazzul opened this issue 1 year ago • 1 comments

Describe the question

Hello, I want to configure kubelogin in standalone mode, for less configuration. So, I make the same things that in the doc but I not work. My kube config file is configured like this: image

To reproduce

The logs of the command 'kubectl oidc-login'

image

Your environment

  • OS: macOS
  • kubelogin version: 1.27
  • kubectl version: 1.25
  • OpenID Connect provider: Google

Thans for your answer

karkazzul avatar Mar 15 '23 22:03 karkazzul

Your kubeconfig file should contain:

kind: Config
apiVersion: v1

camaeel avatar Mar 28 '23 21:03 camaeel