-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS-33123: update matchLabels values to strings #95249
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
Conversation
@jldohmann: This pull request references Jira Issue OCPBUGS-33123, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@lihongan could you PTAL at this docs PR for QE ack? this PR updates the values for |
🤖 Wed Jun 25 21:50:44 - Prow CI generated the docs preview: |
@jldohmann: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@jldohmann I add comment to the bug, indeed we don't need add
Another is using
But the wrong example is:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question for you. Otherwise, LGTM!
@@ -26,7 +26,7 @@ spec: | |||
- ops | |||
---- | |||
|
|||
An example of a configured Ingress Controller `dev-router` that has the label selector `spec.namespaceSelector.matchLabels.name` with the key value set to `dev`: | |||
An example of a configured Ingress Controller `dev-router` that has the label selector `spec.namespaceSelector.matchLabels.name` with the key value set to `"dev"`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the phrase "label selector" follow spec.namespaceSelector.matchLabels.name
? For example, "...that has the spec.namespaceSelector.matchLabels.name
label selector with the key value set to "dev"
:"
thank you Hongan, I think i'll close this PR and open a new one since I need to change the base branch anyway |
Version(s): 4.12+
Issue: https://issues.redhat.com/browse/OCPBUGS-33123
Link to docs preview:
QE review:
Additional information: