Bug 1966602: Don't explicitly set the IPv6DualStack feature gate#2580
Conversation
It's on by default now, and setting it explicitly may result in an initial kubelet config that doesn't match the post-bootstrap one.
|
dev-scripts fix: openshift-metal3/dev-scripts#1242 |
|
Looks like we're now failing metal dual-stack tests in ovnkube due to this: |
|
/lgtm |
|
/assign @mrunalp |
|
@danwinship is there a BZ for this? or will it wait? |
|
@danwinship: This pull request references Bugzilla bug 1966602, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (anusaxen@redhat.com), skipping review request. 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. |
|
/assign @kikisdeliveryservice |
|
@danwinship: This pull request references Bugzilla bug 1966602. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW 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. |
|
/reopen |
|
@danwinship: Reopened this PR. 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. |
|
@danwinship: This pull request references Bugzilla bug 1966602, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (anusaxen@redhat.com), skipping review request. 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. |
|
Bot got fooled by a comment in the dev-scripts PR. This is still needed |
|
PTAL needs kubelet review /assign @rphillips @sjenning @mrunalp |
|
/test |
|
@danwinship: The
Use
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. |
|
@danwinship: The specified target(s) for
Use
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. |
|
/test e2e-metal-ipi-ovn-ipv6 |
It doesn't really need much kubelet review; all the patch does is remove a feature-gate which is now enabled by default anyway, reverting a0c44de. (Without this patch, the bootstrap-time kubelet config won't match the runtime kubelet config now that we are no longer explicitly adding the feature gate to the runtime kubelet config, which will then mean that the node will fail to come up because it computes the wrong hash for its MachineConfig or whatever.) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, dcbw, mrunalp 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. |
8 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. |
|
/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. |
|
@danwinship: All pull requests linked via external trackers have merged: Bugzilla bug 1966602 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. |
It's on by default now, and setting it explicitly may result in an initial kubelet config that doesn't match the post-bootstrap one.
I think we're not hitting this in CI because we're still explicitly setting the feature gate there...