gameontext / gameon

The root repository provides mechanics to set up a local environment for building and testing rooms.
http://gameontext.org
Apache License 2.0
58 stars 37 forks source link

helm & minikube & istio have a bad day on windows. #144

Open BarDweller opened 5 years ago

BarDweller commented 5 years ago

I need to look more into which versions are affected here.

But at least with

Using virtualbox as a vm provider.

Attempting to follow these instructions (based from Istio minikube setup)

Would fail at the last step, because istio would discover that a random customresourcedefinitions.apiextensions.k8s.io already exists. This behavior was known to occur with helm 2.12.0 and various helm charts including istio. It is reported fixed at 2.12.1 onwards.

BarDweller commented 5 years ago

As a workaround for now, I edited my local k8s-functions to use the demo yaml deploy instead.

kubectl apply -f install/kubernetes/istio-demo.yaml

Which deploys istio to minikube without using helm.