Last active
July 29, 2021 11:41
-
-
Save johnpoth/b59e3bfcddc445b15246c5eea83b6196 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minikube start \ | |
--extra-config=apiserver.authorization-mode=Node,RBAC \ | |
--extra-config=apiserver.oidc-issuer-url=https://accounts.google.com \ | |
--extra-config=apiserver.oidc-username-claim=email \ | |
--extra-config=apiserver.oidc-client-id="XXX-XXX.apps.googleusercontent.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking for this for so long... Thank you so much!