Skip to content

Conversation

@cybertron
Copy link
Member

Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity. We
already do this on the workers because they never had a dependency
on the bootstrap coredns so the same method is now used for masters.

Copy link
Contributor

@kikisdeliveryservice kikisdeliveryservice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 16, 2020
@stbenjam
Copy link
Member

/label platform/baremetal

@openshift-ci-robot
Copy link
Contributor

@stbenjam: The label(s) platform/baremetal cannot be applied, because the repository doesn't have them

Details

In response to this:

/label platform/baremetal

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.

@stbenjam
Copy link
Member

Oh didn't realize the repo I was in -- will try
it out locally

@stbenjam
Copy link
Member

Will this get removed from the install-config as well?

@russellb
Copy link
Contributor

@cybertron can you please also post a draft documentation update to the openshift/installer repo that reflects this change?

@russellb
Copy link
Contributor

Will this get removed from the install-config as well?

good point - this could be in the same draft PR as the docs change I just requested

@kikisdeliveryservice
Copy link
Contributor

Adding hold until the above comments are addressed.

/hold

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 16, 2020
@kikisdeliveryservice
Copy link
Contributor

/retest

@cybertron
Copy link
Member Author

Yes, I also need to remove the DNS VIP from the installer. I'm working on that patch now. This will need to go in first though since the current templates have a dependency on the VIP being populated by the installer.

@abhinavdahiya
Copy link
Contributor

/cc @mandre @jcpowermac

i think something like this is needed for openstack and vsphere too right?

@sinnykumari
Copy link
Contributor

/test e2e-gcp-upgrade

cybertron added a commit to cybertron/api that referenced this pull request Mar 17, 2020
Use of this field is being removed in [0] and [1]. Once those two
PRs have merged there will no longer be any use for it.

0: openshift/machine-config-operator#1569
1: openshift/installer#3304
@cybertron
Copy link
Member Author

installer change is proposed here: openshift/installer#3304
I also pushed a PR to remove the field from the platform status since it won't be used anymore: openshift/api#600

I expect that the other platforms can remove this too.

/cc @rgolangh for ovirt also.

cybertron added a commit to cybertron/api that referenced this pull request Mar 17, 2020
Use of this field is being removed in [0] and [1]. Once those two
PRs have merged there will no longer be any use for it.

0: openshift/machine-config-operator#1569
1: openshift/installer#3304
@kikisdeliveryservice
Copy link
Contributor

/test e2e-gcp-upgrade

Note that this passed the metal ci job, which is the only one where these files are actually used.

This just needs a LGTM and you can let the bot retest for you after

@kikisdeliveryservice
Copy link
Contributor

/retest

@cybertron
Copy link
Member Author

This just needs a LGTM and you can let the bot retest for you after

Ah, so that's why the bot sometimes retests and sometimes doesn't. TIL, thanks. :-)

@celebdor
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 16, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ashcrow, celebdor, cybertron, kikisdeliveryservice

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [ashcrow,kikisdeliveryservice]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@celebdor
Copy link
Contributor

/retest

1 similar comment
@celebdor
Copy link
Contributor

/retest

jcpowermac added a commit to jcpowermac/machine-config-operator that referenced this pull request Apr 17, 2020
Align with current updates to baremetal
See PR openshift#1569

"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity. We
already do this on the workers because they never had a dependency
on the bootstrap coredns so the same method is now used for masters."
@runcom
Copy link
Member

runcom commented Apr 17, 2020

/refresh
/retest

@celebdor
Copy link
Contributor

/test e2e-gcp-upgrade

1 similar comment
@celebdor
Copy link
Contributor

/test e2e-gcp-upgrade

@abhinavdahiya
Copy link
Contributor

/retest

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Apr 18, 2020

@cybertron: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-aws-scaleup-rhel7 83a62ec link /test e2e-aws-scaleup-rhel7

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.

Details

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.

@celebdor
Copy link
Contributor

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 5e72309 into openshift:master Apr 18, 2020
cybertron added a commit to cybertron/installer that referenced this pull request May 13, 2020
Use of this setting is being removed in [0]. Once that goes in we
can remove it from the installer as well.

0: openshift/machine-config-operator#1569
mandre added a commit to mandre/machine-config-operator that referenced this pull request Jun 2, 2020
Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity. We
already do this on the workers because they never had a dependency
on the bootstrap coredns so the same method is now used for masters.

This brings the BM change openshift#1569 to
OpenStack platform.
Gal-Zaidman pushed a commit to Gal-Zaidman/machine-config-operator that referenced this pull request Jun 2, 2020
This commits follow [1][2] in removing DNS VIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] openshift#1569
[2] openshift#1666

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/machine-config-operator that referenced this pull request Jun 4, 2020
This commits follow [1][2] in removing DNS VIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] openshift#1569
[2] openshift#1666

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
vrutkovs pushed a commit to vrutkovs/machine-config-operator that referenced this pull request Jun 10, 2020
This commits follow [1][2] in removing DNS VIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] openshift#1569
[2] openshift#1666

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.