From b019f6d37486b6e8618b001cb65626f8110af4c9 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.