Bug 1946506: Bootstrap no longer relies on mdns#4821
Bug 1946506: Bootstrap no longer relies on mdns#4821openshift-merge-robot merged 5 commits intoopenshift:masterfrom
Conversation
Bootstrapping no longer uses mdns for node resolution, we can remove the security group rules for mdns. These rules where only defined for OpenStack plaform. This commit removes the rules for both UPI and IPI.
Bootstrap no longer rely on mdns for name resolution. We can remove the `--mdns-publisher-image` flag for the bootstrap. Also remove obsolete comment about coredns running with mdns plugin in documentation.
|
@mandre: This pull request references Bugzilla bug 1946506, which is invalid:
Comment 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@mandre: This pull request references Bugzilla bug 1946506, 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
Requesting review from QA contact: 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. |
|
/cc @cybertron |
|
/hold |
|
/retest |
|
@mandre: This pull request references Bugzilla bug 1946506, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
Changes so far lgtm. /cc @Gal-Zaidman @jcpowermac @patrickdillon |
|
/test e2e-ovirt |
|
/cc @eslutsky Can you please take a look at this PR ? |
|
/retest |
|
/retest The mdns removal change has merged, so ci should be working now. |
We're validating the cluster name size and there's no need to document this as a known issue, especially with mDNS going away. We might loosen the cluster name length restriction in the future.
There are still a lot of outdated info in this doc, however the DNS should be mostly correct now.
Remove all mentions of mDNS from the documentation as mDNS is no longer used. This change also clarifies this architecture is exactly the same as the BM one.
|
I've now updated the docs too. |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-vsphere |
|
/retest |
1 similar comment
|
/retest |
|
The same test that failed this time worked in a previous run so I don't think the failures are related to the PR. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cybertron, staebler 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. |
|
@mandre: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@mandre: All pull requests linked via external trackers have merged: Bugzilla bug 1946506 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. |
Bootstrap no longer rely on mdns for name resolution. We can remove the
--mdns-publisher-imageflag for the bootstrap and remove the security group rules for mdns.These rules where only defined for OpenStack plaform. This PR removes the rules for both UPI and IPI.
Also remove obsolete comment about coredns running with mdns plugin in documentation.
Depends on openshift/machine-config-operator#2465, to remove dependency on the coredns's mdns plugin.