Difference between revisions of "Brew install minikube"
Jump to navigation
Jump to search
↑ https://formulae.brew.sh/formula/minikube
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>[[brew install]] [[minikube]]</code> | + | <code>[[brew install]] [[minikube]]</code> <ref>https://formulae.brew.sh/formula/minikube</ref> |
+ | [[brew install docker]]; [[brew install]] [[minikube]] && [[minikube start]] && [[minikube status]] && [[k get pods -A]] | ||
== brew install minikube == | == brew install minikube == | ||
Line 77: | Line 78: | ||
== Related commands == | == Related commands == | ||
− | * [[brew install docker]]: <code>[[docker version]]</code> | + | * <code>[[brew install docker]]</code>: <code>[[docker version]]</code> |
* <code>[[brew upgrade minikube]]</code> | * <code>[[brew upgrade minikube]]</code> | ||
* <code>[[brew link]]</code> | * <code>[[brew link]]</code> |
Latest revision as of 13:19, 17 January 2024
brew install docker; brew install minikube && minikube start && minikube status && k get pods -A
brew install minikube[edit]
brew install minikube Running `brew update --preinstall`... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 4 formulae. ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/manifests/1.25.2 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/minikube/blobs/sha256:6dee5f22e08636346258f4a6daa646e9102e384ceb63f33981745d471f99aa97 ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:6dee5f22e08636346258f4a6daa646e9102e384ceb63f33981745d471f99aa97?se=2022- ######################################################################## 100.0% ==> Pouring minikube--1.25.2.arm64_monterey.bottle.tar.gz ==> Caveats zsh completions have been installed to: /Users/YOUR_USER/homebrew/homebrew/share/zsh/site-functions ==> Summary 🍺 /Users/YOUR_USER/homebrew/homebrew/Cellar/minikube/1.25.2: 9 files, 70.3MB
Installation with errors[edit]
==> 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[edit]
See also[edit]
- 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: