Skip to content

Inspectors pod determination conflicts with common app.kubernetes.io/instance: {{ .Release.Name }} setting approach #1

@IngoHolder

Description

@IngoHolder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions