-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 1793591: use ip=dhcp,dhcp6
by default on kernel command line
#3062
Bug 1793591: use ip=dhcp,dhcp6
by default on kernel command line
#3062
Conversation
Generated with:
Package diffs are significant - the RHEL 8 content was bumped to 8.1.1 and
|
/test e2e-gcp |
/test e2e-azure |
/test e2e-metal |
/test e2e-vsphere |
If this is meant for 4.4, i think this would need a BZ to merge. |
And yes shipping all that stuff for us would be embarassing, we have a PR in flight to help. |
/hold Per @cgwalters comment and the need for a BZ |
/retitle Bug 1798724: bump RHCOS boot images to 44.81.202002050230-0 or newer |
@miabbott: This pull request references Bugzilla bug 1798724, which is invalid:
Comment 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. |
/bugzilla refresh |
@miabbott: This pull request references Bugzilla bug 1798724, 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. 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. |
From the install logs:
|
@miabbott This should also include the IPv6 fix, right? Can we link it to https://bugzilla.redhat.com/show_bug.cgi?id=1793591? |
I don't think a PR can get linked automagically to two BZs. I can close the one I created and link the the IPv6 one, which is probably a better fit. |
/retitle Bug 1793591: use |
ip=dhcp,dhcp6
by default on kernel command line
@miabbott: This pull request references Bugzilla bug 1793591, which is valid. 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 kubernetes/test-infra repository. |
This bump brings in the change to the default kernel cmdline to use `ip=dhcp,dhcp6`, which is required for proper bootstrapping of RHCOS in an IPv6 environment. (See BZ#1793591) This also brings in the RHEL 8.1.1 content and a fix for properly generating GCP images (coreos/coreos-assembler#1088). [0] https://bugzilla.redhat.com/show_bug.cgi?id=1793591 Signed-off-by: Micah Abbott <miabbott@redhat.com>
abf0f5f
to
5654e02
Compare
@miabbott: This pull request references Bugzilla bug 1793591, which is valid. 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. |
Pushed new commit that drops out all the Used: Package diffs:
|
/retest Please review the full test history for this PR and help us cut down flakes. |
5 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. |
/test e2e-aws-upi |
/test e2e-gcp-upi |
/retest Please review the full test history for this PR and help us cut down flakes. |
12 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. |
/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. |
/skip |
/retest Please review the full test history for this PR and help us cut down flakes. |
/skip |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
@miabbott: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
@miabbott: All pull requests linked via external trackers have merged. Bugzilla bug 1793591 has been moved to the MODIFIED state. 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. |
This bump brings in the change to the default kernel cmdline to use
ip=dhcp,dhcp6
, which is required for proper bootstrapping of RHCOSin an IPv6 environment. (See BZ#1793591)
This also brings in the RHEL 8.1.1 content and a fix for properly
generating GCP images (coreos/coreos-assembler#1088).
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1793591
Signed-off-by: Micah Abbott miabbott@redhat.com