-
Notifications
You must be signed in to change notification settings - Fork 99
Bug 1915473: Annotate manifests for single-node-developer cluster profile #216
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 1915473: Annotate manifests for single-node-developer cluster profile #216
Conversation
68d3a9c to
d55402f
Compare
|
/retest |
|
@cfergeau: This pull request references Bugzilla bug 1915473, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn 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. |
|
/bugzilla refresh |
|
@cfergeau: This pull request references Bugzilla bug 1915473, which is valid. 3 validation(s) were run on this bug
DetailsIn 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. |
The newly added 'include.release.openshift.io/single-node-developer: true' annotation will be needed in the next commit
This partially implements phase 1 of https://github.com/openshift/enhancements#482 and does not change behavior. Initially, all cluster-dns-operator manifests are included in the single-node-developer cluster profile. Follow-on PRs may exclude any of these that are not needed in the profile.
d55402f to
c728a0c
Compare
|
Could this get a review? |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
How can I get a review on this? @Miciah @sgreene570 ? |
|
Can some look into this with higher priority because it is breaking the CI in cluster is provision with |
single-node-developer profile is not part of some of the operators and we recently noticed that it is causing the issue for dns operator where openshift/cluster-dns-operator#216 is still not merged and because of that the dns operator manifest doesn't part of CVO. This caused issue for upstream CI and really became hard to debug so this patch will make sure we don't use any profile and go with default. - BZ https://bugzilla.redhat.com/show_bug.cgi?id=1940309
single-node-developer profile is not part of some of the operators and we recently noticed that it is causing the issue for dns operator where openshift/cluster-dns-operator#216 is still not merged and because of that the dns operator manifest doesn't part of CVO. This caused issue for upstream CI and really became hard to debug so this patch will make sure we don't use any profile and go with default. - BZ https://bugzilla.redhat.com/show_bug.cgi?id=1940309
|
Sorry for the delay! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfergeau, sgreene570 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@cfergeau: All pull requests linked via external trackers have merged:
Bugzilla bug 1915473 has been moved to the MODIFIED state. DetailsIn 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. |
This partially implements phase 1 of https://github.com/openshift/enhancements#482
and does not change behavior. Initially, all cluster-dns-operator CRD
manifests are included in the single-node-developer cluster profile.
Follow-on PRs may exclude any of these that are not needed in the
profile.