Language ES: Minikube installation fails using "brew cask" (OS X) #19048
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/es
Issues or PRs related to Spanish language
priority/backlog
Higher priority than priority/awaiting-more-evidence.
The command to install minikube in OS X shown in the documentation page (https://kubernetes.io/es/docs/tasks/tools/install-minikube/) is:
brew cask install minikube
But this command isn't valid. The command, like in english version is, should be:
brew install minikube
Thanks
The text was updated successfully, but these errors were encountered: