Skip to content

Instantly share code, notes, and snippets.

@ianfoo
Created October 8, 2019 23:43
Show Gist options
  • Select an option

  • Save ianfoo/48fc942e8e86f8009aa75941afc8bf98 to your computer and use it in GitHub Desktop.

Select an option

Save ianfoo/48fc942e8e86f8009aa75941afc8bf98 to your computer and use it in GitHub Desktop.
Enabling APIs deprecated in Kubernetes 1.16 from Minikube start invocation
minikube start --extra-config=apiserver.runtime-config=apps/v1beta1=true,apps/v1beta2=true,extensions/v1beta1/daemonsets=true,extensions/v1beta1/deployments=true,extensions/v1beta1/replicasets=true,extensions/v1beta1/networkpolicies=true,extensions/v1beta1/podsecuritypolicies=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment