WIP: Add MSI Support for Azure HostedClusters#4484
Conversation
|
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox 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 |
f3eebcb to
5db947e
Compare
|
@bryan-cox: This pull request references NE-1688 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. This pull request references SDN-4773 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. This pull request references STOR-1992 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. This pull request references IR-467 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "4.17." or "openshift-4.17.", but it targets "openshift-4.16" instead. 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 openshift-eng/jira-lifecycle-plugin repository. |
afb0388 to
7da38f4
Compare
|
/test all |
Adds fields in the Azure HostedCluster API for the client IDs related to the managed service identities used for the following control plane components: cluster-image-registry, cluster-ingress, cluster-storage, and cluster-network operators Signed-off-by: Bryan Cox <brcox@redhat.com>
7da38f4 to
31e4784
Compare
|
/test all |
Set the Azure MSI override for the cluster-image-registry-operator deployment through an environment variable. Signed-off-by: Bryan Cox <brcox@redhat.com>
Set the Azure MSI override in the cluster-ingress-operator deployment through an environment variable. Signed-off-by: Bryan Cox <brcox@redhat.com>
Set the Azure MSI override for the cluster-storage-operator deployment through an environment variable. Signed-off-by: Bryan Cox <brcox@redhat.com>
Set the Azure MSI override for the cluster-network-operator deployment through an environment variable. Signed-off-by: Bryan Cox <brcox@redhat.com>
31e4784 to
e542a67
Compare
|
/test all |
|
/retest |
|
/test e2e-aws |
| // | ||
| // +kubebuilder:validation:Required | ||
| // +required | ||
| ImageRegistryMSIClientID string `json:"imageRegistryMSIClientID,omitempty"` |
There was a problem hiding this comment.
required fields should not have omitempty
same comment for the rest of the fields.
|
@bryan-cox: 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-sigs/prow repository. I understand the commands that are listed here. |
|
@bryan-cox: No Jira issue is referenced in the title of this pull request. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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-sigs/prow repository. |
|
/close |
|
@bryan-cox: 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-sigs/prow repository. |
What this PR does / why we need it:
This PR adds:
and cluster-network operators
and cluster-network operators
Which issue(s) this PR fixes:
Fixes #
Checklist