Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSIScaleOperator event should be labeled with product=ibm-spectrum-scale-csi #933

Open
Jainbrt opened this issue Feb 27, 2023 · 1 comment
Assignees
Labels
Customer Impact: Minor (1) misleading msgs, operational oddities not affecting workload. Failure of non critical services Customer Probability: High (5) Issue occurs in normal main path, IO load within expected norms, no failure triggers or oddities Found In: 2.9.0 For Bug issues to identify what release level issue was found in 2.9.0 Severity: 3 Indicates the the issue is on the priority list for next milestone. Type: Bug Indicates issue is an undesired behavior, usually caused by code error.

Comments

@Jainbrt
Copy link
Member

Jainbrt commented Feb 27, 2023

Describe the bug

CSIScaleOperator event should be labeled with product=ibm-spectrum-scale-csi

How to Reproduce?

Please list the steps to help development teams reproduce the behavior
Check output of oc get events -n ibm-spectrum-scale-csi --field-selector involvedObject.kind=CSIScaleOperator --show-labels

[root@xyz.com ~]# oc get events -n ibm-spectrum-scale-csi --field-selector involvedObject.kind=CSIScaleOperator --show-labels
LAST SEEN   TYPE     REASON          OBJECT                                    MESSAGE                                                           LABELS
153m        Normal   CSIConfigured   csiscaleoperator/ibm-spectrum-scale-csi   The CSI driver resources have been created/updated successfully   <none>

Expected behavior

CSIScaleOperator event should be labeled with product=ibm-spectrum-scale-csi

@Jainbrt Jainbrt added Type: Bug Indicates issue is an undesired behavior, usually caused by code error. Severity: 3 Indicates the the issue is on the priority list for next milestone. Customer Probability: High (5) Issue occurs in normal main path, IO load within expected norms, no failure triggers or oddities Customer Impact: Minor (1) misleading msgs, operational oddities not affecting workload. Failure of non critical services Found In: 2.9.0 For Bug issues to identify what release level issue was found in 2.9.0 labels Feb 27, 2023
@Jainbrt Jainbrt added this to the v2.9.0 milestone Feb 27, 2023
@Jainbrt Jainbrt modified the milestones: v2.9.0, v2.10.0 Mar 15, 2023
@ghanshyam-11
Copy link
Contributor

The client-go package which we are using to create events, does not support adding labels to the events. There is an open issue kubernetes/client-go#1210 for the same.

@deeghuge deeghuge removed this from the v2.10.0 milestone Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Impact: Minor (1) misleading msgs, operational oddities not affecting workload. Failure of non critical services Customer Probability: High (5) Issue occurs in normal main path, IO load within expected norms, no failure triggers or oddities Found In: 2.9.0 For Bug issues to identify what release level issue was found in 2.9.0 Severity: 3 Indicates the the issue is on the priority list for next milestone. Type: Bug Indicates issue is an undesired behavior, usually caused by code error.
Projects
None yet
Development

No branches or pull requests

3 participants