vexxhost / magnum-cluster-api

Cluster API driver for OpenStack Magnum
Apache License 2.0
41 stars 17 forks source link

Cluster Templates Dropdown not populated #321

Closed agillilandsp closed 3 months ago

agillilandsp commented 3 months ago

In Horizon the magnum ui plugin is not populating the dropdown for upgrades.

Steps to reproduce.

The issue is in the logic associated with the cluster.labels.kube_tag. That is not populated. That field is used to determine the variable activeTemplateVerison.

See the attached image. You will see the variable in the upper right on a watch. The cluster data expanded below it. The kube_tag needed is actually in the labels_skipped.

image

mnaser commented 3 months ago

FYI I think the issue here was the fact that there was missing --merge-labels so it did not have a kube_tag label. Let me know if it fixes that issue.

agillilandsp commented 3 months ago

The merge labels flag added the kube_tag.