From 403c6d059d02d74c75f625226b5c37307bb68a8e Mon Sep 17 00:00:00 2001 From: Felix Geelhaar Date: Mon, 17 Feb 2020 17:15:29 +0100 Subject: [PATCH] Update installation of minikube on macOS (#19143) Installation through brew cask install minikube is no longer supported, as there is not such a binary. Corrected to brew install minikube works.