Activity log for bug #2029358

Date Who What changed Old value New value Message
2023-08-02 10:12:26 Boovan Rajendran bug added bug
2023-08-04 05:57:38 Boovan Rajendran description Brief Description: while performing platform upgrade from 22.12 to 23.09 on AIO-SX, when we check 'kubectl get cm -n kube-system' we have both 'kubelet-config' and 'kubelet-config-1.24' configmaps. Severity: Minor Steps to Reproduce: Perform upgrade from 22.12 to 23.09 on AIO-SX. check kubectl get cm -n kube-system. Expected Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h Actual Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h kubelet-config-1.24                      1      4d3h Reproducibility: Reproducible System Configuration: AIO-SX Last Pass: NA Timestamp/Logs: NA Alarms: No Test Activity: Developer Testing Workaround: NA Brief Description: After performing platform upgrade on stx.8.0 for AIO-SX, when we execute the command 'kubectl get cm -n kube-system' we resulted in both versioned and unversioned kubelet-config configmaps. Severity: Minor Steps to Reproduce: Perform platform upgrade on AIO-SX. check kubectl get cm -n kube-system. Expected Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h Actual Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h kubelet-config-1.24                      1      4d3h Reproducibility: Reproducible System Configuration: AIO-SX Last Pass: NA Timestamp/Logs: NA Alarms: No Test Activity: Developer Testing Workaround: NA
2023-08-04 05:58:40 Boovan Rajendran starlingx: assignee Boovan Rajendran (brajendr)
2023-08-04 10:42:29 Boovan Rajendran description Brief Description: After performing platform upgrade on stx.8.0 for AIO-SX, when we execute the command 'kubectl get cm -n kube-system' we resulted in both versioned and unversioned kubelet-config configmaps. Severity: Minor Steps to Reproduce: Perform platform upgrade on AIO-SX. check kubectl get cm -n kube-system. Expected Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h Actual Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h kubelet-config-1.24                      1      4d3h Reproducibility: Reproducible System Configuration: AIO-SX Last Pass: NA Timestamp/Logs: NA Alarms: No Test Activity: Developer Testing Workaround: NA Brief Description: For K8s 1.24 and later the kubelet-config configmap does not have a version in the name, while for K8s 1.23 and earlier the configmap is named kubelet-config-<version>. We need to handle both naming conventions. Severity: Minor Steps to Reproduce: Perform platform upgrade on AIO-SX. check kubectl get cm -n kube-system. Expected Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h Actual Behavior: sysadmin@controller-0:~$ kubectl get cm -n kube-system | grep kubelet-config kubelet-config                              1      4d3h kubelet-config-1.24                      1      4d3h Reproducibility: 100% Reproducible System Configuration: AIO-SX Last Pass: NA Timestamp/Logs: NA Alarms: No Test Activity: Developer Testing Workaround: NA
2023-08-04 12:52:51 OpenStack Infra starlingx: status New In Progress
2023-08-14 17:59:59 OpenStack Infra starlingx: status In Progress Fix Released
2023-08-21 01:23:42 Ghada Khalil starlingx: importance Undecided Low
2023-08-21 01:23:53 Ghada Khalil tags stx.9.0 stx.containers