Bug 1906844: Handle unsupported EndpointSlice and EndpointSliceProxying feature gates#230
Conversation
This reverts commit 12b21f8.
|
/assign @danwinship |
|
/lgtm |
|
do we really think that's possible given that we have validation now to make sure that feature-gates can't be over-ridden by user-config? or are we just trying to be defensive about it? |
|
Just being defensive. In theory someone could launch openshift-sdn via a non-CNO-managed DaemonSet |
|
@abhat: This pull request references Bugzilla bug 1906844, 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. |
This commit checks to ensure that the unsupported EndpointSlice and EndpointSliceProxying feature gates are disabled. If somehow, the user runs a daemonset that enables these feature gates, the proxy setup will error out. Signed-off-by: Aniket Bhat <anbhat@redhat.com>
d2dcad4 to
deffcd6
Compare
|
/test e2e-aws |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhat, danwinship 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 Please review the full test history for this PR and help us cut down flakes. |
3 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. |
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. |
|
@abhat: All pull requests linked via external trackers have merged: Bugzilla bug 1906844 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 PR reverts commit 12b21f8.
It also validates that unsupported feature gates are not accidentally enabled by the daemonset/deployment that launches
openshift-sdn.
This is gated by the CNO PR: openshift/cluster-network-operator#905 landing first.