Kupenstack / kupenstack

Kubernetes-Native Openstack
https://kupenstack.io
Apache License 2.0
19 stars 12 forks source link

Tiller ErrImagePull error #17

Closed parthyadav3105 closed 3 years ago

parthyadav3105 commented 3 years ago

What happened: The Tiller pod in OpenStack cluster deployment is failing.

Currently, kupenStack uses the helmv2 client to deploy Openstack components. The deployment fails because the Tiller pod gives ErrImagePull error. Reason: a few days ago the container image "gcr.io/kubernetes-helm/tiller:v2.16.9" was deleted by the upstream helm community.

Solution Currently, we have a W.I.P. after which we will switch to the helmv3 client. This will resolve the issue as helmv3 does not use the tiller.

1 #2