LoginSignup
8
4

More than 3 years have passed since last update.

macOSにMinikubeをインストール

Posted at

Kubernetesを勉強するためにmacOSにMinikubeをインストールしようと、「Minikubeのインストール」にしたがってインストールしようとしたが、以下のエラーでインストールできなかった。

$ brew cask install minikube
...(中略)...
Error: Cask 'minikube' is unavailable: No Cask with this name exists.

調べたら、いつの間にか以下のPRでインストールコマンドが変わっていました。
change minikube install cmd on macOS

$ brew install minikube
...(中略)...
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions

$ minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d1196cd5d57d707439ee4bb392

無事MinikubeをmacOSにインストールできました。

8
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
4