This file contains 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
# kubectl create | |
(...) | |
Available Commands: | |
clusterrole Create a ClusterRole. | |
clusterrolebinding Create a ClusterRoleBinding for a particular ClusterRole | |
configmap Create a configmap from a local file, directory or literal value | |
deployment Create a deployment with the specified name. | |
job Create a job with the specified name. | |
namespace Create a namespace with the specified name | |
poddisruptionbudget Create a pod disruption budget with the specified name. |
This file contains 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
Using these instructions as an example, I forced an install of 0.25.2 in the meantime: | |
https://devforgalaxy.github.io/en/2016/11/05/use-homebrew-cask-to-downgrad-or-install-en.html | |
minikube stop | |
minikube delete | |
brew cask uninstall --force minikube | |
brew cask edit minikube | |
#See below for file | |
brew cask install minikube |