Minikube is broken – Issue #17767
I have been a huge fan of minikube for a number of years now, it has given me a local lightweight Kubernetes cluster to play around with and demonstrate Kasten K10 and Kanister amongst other learning possibilities without the need for remote and costly cloud clusters. But things have broken for me, one of the main advantages of minikube was the addons available when you deploy your cluster. My simple command to deploy a quick cluster using docker (You can use other options here but for ease docker is super simple) minikube start –addons volumesnapshots,csi-hostpath-driver –apiserver-port=6443 –container-runtime=containerd -p mc-demo –kubernetes-version=1.27.7 To break this command downRead More →