Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Last active July 29, 2021 11:41
Show Gist options
  • Save johnpoth/b59e3bfcddc445b15246c5eea83b6196 to your computer and use it in GitHub Desktop.
Save johnpoth/b59e3bfcddc445b15246c5eea83b6196 to your computer and use it in GitHub Desktop.
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"
@ubombar
Copy link

ubombar commented Jul 29, 2021

I was looking for this for so long... Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment