vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Fix default image name extraction for vSphere. #50

Open prashima opened 7 years ago

prashima commented 7 years ago

This is failing 'kops create -f FILENAME' (for instance groups) and 'kops upgrade' commands, with following errors:

Create: I0412 11:08:23.025842 80677 populate_instancegroup_spec.go:257] Cannot set default Image for CloudProvider="vsphere"

Upgrade: W0413 11:48:52.216116 15456 upgrade_cluster.go:202] No matching images specified in channel; cannot prompt for upgrade

pdhamdhere commented 7 years ago

@casualjim This could be good one to get started and familiar with KOPS. Please re-assign as appropriate.

fabulous-gopher commented 7 years ago

This issue was moved to kubernetes/kops#2740