You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this isn't used for the VM image (and thus the kubelet version is actually correct) is does mean that the version against the Machine CR on the MC for worker nodes (but not control plane) are displaying the incorrect version.
Example:
Machine CR
┗ ✨ k get machine -n org-t-bt9dnfj4c5ui3866bi
NAME CLUSTER NODENAME PROVIDERID PHASE AGE VERSION
t-t9ndh2m377aj0x23be-8f479 t-t9ndh2m377aj0x23be t-t9ndh2m377aj0x23be-control-plane-af713ece-94zp8 azure:///subscriptions/6b1f6e4a-6d0e-4aa4-9a5a-fbaca65a23b3/resourceGroups/t-t9ndh2m377aj0x23be/providers/Microsoft.Compute/virtualMachines/t-t9ndh2m377aj0x23be-control-plane-af713ece-94zp8 Running 6m14s v1.29.7
t-t9ndh2m377aj0x23be-nodepool-0-fwjgl-f6w57 t-t9ndh2m377aj0x23be t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-ztpxj azure:///subscriptions/6b1f6e4a-6d0e-4aa4-9a5a-fbaca65a23b3/resourceGroups/t-t9ndh2m377aj0x23be/providers/Microsoft.Compute/virtualMachines/t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-ztpxj Running 8m27s v1.25.16
t-t9ndh2m377aj0x23be-nodepool-0-fwjgl-xcxrp t-t9ndh2m377aj0x23be t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-mlxss azure:///subscriptions/6b1f6e4a-6d0e-4aa4-9a5a-fbaca65a23b3/resourceGroups/t-t9ndh2m377aj0x23be/providers/Microsoft.Compute/virtualMachines/t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-mlxss Running 8m27s v1.25.16
t-t9ndh2m377aj0x23be-vvdr2 t-t9ndh2m377aj0x23be Provisioning 45s v1.29.7
Nodes
┗ ✨ k get no -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
t-t9ndh2m377aj0x23be-control-plane-af713ece-94zp8 Ready control-plane,master 5m4s v1.29.7 10.0.0.4 <none> Flatcar Container Linux by Kinvolk 3815.2.5 (Oklo) 6.1.96-flatcar containerd://1.7.13
t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-mlxss Ready worker 3m37s v1.29.7 10.0.16.5 <none> Flatcar Container Linux by Kinvolk 3815.2.5 (Oklo) 6.1.96-flatcar containerd://1.7.13
t-t9ndh2m377aj0x23be-nodepool-0-e1b298d1-ztpxj Ready worker 3m37s v1.29.7 10.0.16.4 <none> Flatcar Container Linux by Kinvolk 3815.2.5 (Oklo) 6.1.96-flatcar containerd://1.7.13
The text was updated successfully, but these errors were encountered:
Taken from this comment
It looks like
cluster-azure
still hasv1.25.16
hardcoded as the kubernetes version, even when using Releases (see https://github.com/giantswarm/cluster-azure/blob/b596bf76166dd4e4d34fb8dc6b50ccaef60080f5/helm/cluster-azure/values.yaml#L281)While this isn't used for the VM image (and thus the kubelet version is actually correct) is does mean that the version against the Machine CR on the MC for worker nodes (but not control plane) are displaying the incorrect version.
Example:
Machine CR
Nodes
The text was updated successfully, but these errors were encountered: