Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kops for vSphere is broken due to versioning problem during make #2729

Closed
fabulous-gopher opened this issue Jun 14, 2017 · 2 comments
Closed

Comments

@fabulous-gopher
Copy link

From @prashima on May 10, 2017 22:53

Makefile has following variables defined-
KOPS_RELEASE_VERSION=1.6.0-alpha.1
KOPS_CI_VERSION=1.6.0-alpha.2

KOPS_RELEASE_VERSION(1.6.0-alpha.1) is getting picked during 'make' and same is getting populated in kube_env.yaml as protokube image name. However, the pre-build protokube image that is to be used for vSphere cloud provider- https://storage.googleapis.com/kops-vsphere/protokube.tar.gz, has tag 1.6.0-alpha.2 associated with it. So the image name in the nodeup config file- kube_env.yaml and actual image present with docker, running on the master is different.

This is preventing protokube container from getting started, leading to failure of whole deployment.

Copied from original issue: vmware-archive#71

@prashima
Copy link
Contributor

vSphere related changes might already be part of kops release and hence the default nodeup and protokube images. It would be worth trying out using kops with vSphere without setting up NODEUP_URL and PROTOKUBE_IMAGE environment variables. Ref https://github.com/kubernetes/kops/blob/master/hack/vsphere/set_env#L43

@chrislovecnm
Copy link
Contributor

Closing as this should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants