Difference between revisions of "Brew install minikube"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* <code>[[brew install]] minikube</code> | * <code>[[brew install]] minikube</code> | ||
+ | |||
+ | |||
+ | == Installation with errors == | ||
+ | <pre> | ||
+ | ==> Downloading https://ghcr.io/v2/homebrew/core/kubernetes-cli/manifests/1.21.2 | ||
+ | ######################################################################## 100.0% | ||
+ | ==> Downloading https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:fce2a718033ac99a93e8cef1df27911fa8d5c29af5e3e84dc71592bb91706629 | ||
+ | ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:fce2a718033ac99a93e8cef1df27911fa8d5c29af5e3e84dc71592bb91706629?se=2021-07-13T17%3A00%3A00Z&sig | ||
+ | ######################################################################## 100.0% | ||
+ | ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/manifests/1.22.0 | ||
+ | ######################################################################## 100.0% | ||
+ | ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/blobs/sha256:476bb6663d4bd767e914c24b8c72cdbf3c12641aab6ac8fa59adb6b56cbe91f7 | ||
+ | ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:476bb6663d4bd767e914c24b8c72cdbf3c12641aab6ac8fa59adb6b56cbe91f7?se=2021-07-13T17%3A00%3A00Z&sig | ||
+ | ######################################################################## 100.0% | ||
+ | ==> Installing dependencies for minikube: kubernetes-cli | ||
+ | ==> Installing minikube dependency: kubernetes-cli | ||
+ | ==> Pouring kubernetes-cli--1.21.2.big_sur.bottle.tar.gz | ||
+ | Error: The `brew link` step did not complete successfully | ||
+ | The formula built, but is not symlinked into /usr/local | ||
+ | Could not symlink bin/kubectl | ||
+ | Target /usr/local/bin/kubectl | ||
+ | already exists. You may want to remove it: | ||
+ | rm '/usr/local/bin/kubectl' | ||
+ | |||
+ | To force the link and overwrite all conflicting files: | ||
+ | brew link --overwrite kubernetes-cli | ||
+ | |||
+ | To list all files that would be deleted: | ||
+ | brew link --overwrite --dry-run kubernetes-cli | ||
+ | |||
+ | Possible conflicting files are: | ||
+ | /usr/local/bin/kubectl | ||
+ | ==> Summary | ||
+ | 🍺 /usr/local/Cellar/kubernetes-cli/1.21.2: 229 files, 57MB | ||
+ | ==> Installing minikube | ||
+ | ==> Pouring minikube--1.22.0.big_sur.bottle.tar.gz | ||
+ | Error: The `brew link` step did not complete successfully | ||
+ | The formula built, but is not symlinked into /usr/local | ||
+ | Could not symlink share/fish/vendor_completions.d/minikube.fish | ||
+ | /usr/local/share/fish/vendor_completions.d is not writable. | ||
+ | |||
+ | You can try again using: | ||
+ | brew link minikube | ||
+ | ==> Caveats | ||
+ | zsh completions have been installed to: | ||
+ | /usr/local/share/zsh/site-functions | ||
+ | ==> Summary | ||
+ | 🍺 /usr/local/Cellar/minikube/1.22.0: 9 files, 69.4MB | ||
+ | ==> `brew cleanup` has not been run in 30 days, running now... | ||
+ | Removing: /usr/local/Cellar/kubernetes-cli/1.15.3... (234 files, 47.9MB) | ||
+ | Error: Permission denied @ apply2files - /usr/local/lib/ruby/gems/2.7.0/bin/bundle | ||
+ | </pre> | ||
Revision as of 16:52, 13 July 2021
brew install minikube
Installation with errors
==> Downloading https://ghcr.io/v2/homebrew/core/kubernetes-cli/manifests/1.21.2 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:fce2a718033ac99a93e8cef1df27911fa8d5c29af5e3e84dc71592bb91706629 ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:fce2a718033ac99a93e8cef1df27911fa8d5c29af5e3e84dc71592bb91706629?se=2021-07-13T17%3A00%3A00Z&sig ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/manifests/1.22.0 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/blobs/sha256:476bb6663d4bd767e914c24b8c72cdbf3c12641aab6ac8fa59adb6b56cbe91f7 ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:476bb6663d4bd767e914c24b8c72cdbf3c12641aab6ac8fa59adb6b56cbe91f7?se=2021-07-13T17%3A00%3A00Z&sig ######################################################################## 100.0% ==> Installing dependencies for minikube: kubernetes-cli ==> Installing minikube dependency: kubernetes-cli ==> Pouring kubernetes-cli--1.21.2.big_sur.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/kubectl Target /usr/local/bin/kubectl already exists. You may want to remove it: rm '/usr/local/bin/kubectl' To force the link and overwrite all conflicting files: brew link --overwrite kubernetes-cli To list all files that would be deleted: brew link --overwrite --dry-run kubernetes-cli Possible conflicting files are: /usr/local/bin/kubectl ==> Summary 🍺 /usr/local/Cellar/kubernetes-cli/1.21.2: 229 files, 57MB ==> Installing minikube ==> Pouring minikube--1.22.0.big_sur.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink share/fish/vendor_completions.d/minikube.fish /usr/local/share/fish/vendor_completions.d is not writable. You can try again using: brew link minikube ==> Caveats zsh completions have been installed to: /usr/local/share/zsh/site-functions ==> Summary 🍺 /usr/local/Cellar/minikube/1.22.0: 9 files, 69.4MB ==> `brew cleanup` has not been run in 30 days, running now... Removing: /usr/local/Cellar/kubernetes-cli/1.15.3... (234 files, 47.9MB) Error: Permission denied @ apply2files - /usr/local/lib/ruby/gems/2.7.0/bin/bundle
Related commands
See also
- minikube: [
status
|start
|stop
|version
|addons
|addons list
|addons enable
|dashboard
|logs
|tunnel
|ssh
|config
|image | delete
],config set
minikube start --vm=true
, kicbase,~/.minikube/, minikube --help
, Minikube changelog
Advertising: