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
Bug 1717734: status: add related dnses to operator status #118
Bug 1717734: status: add related dnses to operator status #118
Conversation
|
Waiting on dependencies to merge |
|
@ironcladlou: This pull request references a valid Bugzilla bug. 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 kubernetes/test-infra repository. |
81e512e
to
5c2d057
Compare
|
@ironcladlou: This pull request references a valid Bugzilla bug. 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 kubernetes/test-infra repository. |
1 similar comment
|
@ironcladlou: This pull request references a valid Bugzilla bug. 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 kubernetes/test-infra repository. |
5c2d057
to
eb195bf
Compare
Add related dnses to operator status to ensure dnses are captured by must-gather.
eb195bf
to
c5d88fd
Compare
|
/hold cancel |
| related := []configv1.ObjectReference{ | ||
| { | ||
| Resource: "namespaces", | ||
| Name: "openshift-dns-operator", |
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.
Tech debt accounting note: This maybe should be r.Namespace.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ironcladlou, Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add related dnses to operator status to ensure dnses are captured
by must-gather.
oc adm must-gatheroutput:Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1717734
TODO