Add CISInstanceCRN to IBMCloudPlatformStatus#950
Add CISInstanceCRN to IBMCloudPlatformStatus#950BobbyRadford wants to merge 1 commit intoopenshift:masterfrom BobbyRadford:master
Conversation
CISInstanceCRN is the Cloud Resource Name (CRN) referencing the instance of IBM Cloud Internet Services that is setup to manage the DNS zone of the cluster's base domain. This can be guaranteed in an IPI/UPI installation since this configuration is a pre-requisite. Components like the Cluster Ingress Operator will use this CRN in API calls to update DNS records.
|
@BobbyRadford: PR needs rebase. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BobbyRadford 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 |
|
@BobbyRadford: The following tests 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. |
|
@BobbyRadford: 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. |
CISInstanceCRN is the Cloud Resource Name (CRN) referencing the instance of
IBM Cloud Internet Services that is setup to manage the DNS zone of the
cluster's base domain. This can be guaranteed in an IPI/UPI installation
since this configuration is a pre-requisite. Components like the Cluster
Ingress Operator will use this CRN in API calls to update DNS records.
This PR is required to implement IBMCloud IPI/UPI.
Enhancement doc: openshift/enhancements#773
Relevant Installer PR: openshift/installer#4923