Closed jamezpolley closed 4 years ago
Updated minikube. ran make clean
then make skaffold
. Failed because I forgot to make minikube
.
Trying again with make minikube
then make skaffold
, same error.
Error: apiVersion 'v2' is not valid. The value must be "v1"
Looks to me like you're running the "old" version of helm. You need helm 3. That should be in the README.
Yep.
https://helm.sh/docs/intro/install/ links to https://github.com/helm/helm/releases which has https://github.com/helm/helm/releases/tag/v2.16.4 as the latest release.
Describe the bug I'm following the install process in the readme.
make skaffold
fails with an error.To Reproduce Steps to reproduce the behavior:
make skaffold
Expected behavior Yinyo would be installed
Screenshots or logs
Additional context
* minikube 1.8.2 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.8.2
! minikube v1.6.2 on Ubuntu 19.10
* Preparing Kubernetes v1.17.0 on Docker '19.03.5' ...