Files
kubelogin/pkg/cmd/setup.md
Hidetake Iwata 3a38753ee7 Refactor setup command and docs (#1253)
* Refactor setup command and docs

* Fix slice flags

* Fix
2025-01-25 16:08:28 +09:00

364 B

This setup shows the instruction of Kubernetes OpenID Connect authentication.

You need to set up the OpenID Connect Provider. Run the following command to authenticate with the OpenID Connect Provider:

kubectl oidc-login setup \
  --oidc-issuer-url=ISSUER_URL \
  --oidc-client-id=YOUR_CLIENT_ID

See https://github.com/int128/kubelogin for the details.