未验证 提交 de65edff 编写于 作者: S Sedat Gokcen 提交者: GitHub

Update OIDC documentation.

Update OIDC documentation to include extra information about `--oidc-issuer-url` flag.
上级 773e1f33
...@@ -25,6 +25,8 @@ minikube start \ ...@@ -25,6 +25,8 @@ minikube start \
--extra-config=apiserver.oidc-client-id=kubernetes-local --extra-config=apiserver.oidc-client-id=kubernetes-local
``` ```
Note that as stated in the Kubernetes [documentation](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#configuring-the-api-server), for `--extra-config=apiserver.oidc-issuer-url` flag, only URLs which use the `https://` scheme are accepted. Otherwise `kube-apiserver` will not start.
## Configuring kubectl ## Configuring kubectl
You can use the kubectl `oidc` authenticator to create a kubeconfig as shown in the Kubernetes docs: <https://kubernetes.io/docs/reference/access-authn-authz/authentication/#option-1-oidc-authenticator> You can use the kubectl `oidc` authenticator to create a kubeconfig as shown in the Kubernetes docs: <https://kubernetes.io/docs/reference/access-authn-authz/authentication/#option-1-oidc-authenticator>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册