vsphere ipi: align with baremetal and remove nodednsip#630
vsphere ipi: align with baremetal and remove nodednsip#630jcpowermac wants to merge 1 commit intoopenshift:masterfrom
Conversation
vSphere IPI has not been released. This api should not impact customers. Removing `nodeDNSIP` from vSphere platform status
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jcpowermac 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 |
|
/hold |
|
/retest |
1 similar comment
|
/retest |
|
/hold cancel |
| // vSphere deployments. In order to minimize necessary changes to the | ||
| // datacenter DNS, a DNS service is hosted as a static pod to serve those hostnames | ||
| // to the nodes in the cluster. | ||
| NodeDNSIP string `json:"nodeDNSIP,omitempty"` |
There was a problem hiding this comment.
You can't remove fields from GA API, you can deprecate and only then remove. Even if this was not a used. API is a contract with a user, we can't break it.
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed 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. |
Removing
nodeDNSIPfrom vSphere platform status to align with baremetal. vSphere IPI is scheduled for v4.5See:
#600
Pending changes:
openshift/installer#3470
openshift/machine-config-operator#1657
And an additional MCO change