We have issues running MQ Container Inspector as the inspector is using label
app.kubernetes.io/instance to identify the MQ HA pods. However, it seems that it is using {{ .Release.Name }} for the instance label. Setting
app.kubernetes.io/instance: {{ .Release.Name }}
is a common approach and we have multiple other pods that have this label set. MQ inspector should use a combination of labels (e.g. /instance + /name) to identify the right QMgr pods or it needs to tolerate that a pod returned is not actually a queue manager pod. For us, the inspector terminates as it not only finds 3 HA Qmgr pods but actually 4 and the 1st one is not a QMgr pod.