OCPBUGS-44968: Reconcile SecretProvider for CSO on ARO HCP#4904
Conversation
|
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 |
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@bryan-cox: This pull request references HOSTEDCP-2034 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 only the "4.18.0" version, but multiple target versions were set. 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. |
fa5e41a to
88ede2d
Compare
|
Needs the following PRs before we can continue with this one: |
88ede2d to
7318da3
Compare
|
/test all |
7318da3 to
43b2914
Compare
|
@bryan-cox: This pull request references HOSTEDCP-2034 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 only the "4.18.0" version, but multiple target versions were set. 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. |
| } | ||
| deployment.Spec.Template.Spec.Containers[i].Env = append(deployment.Spec.Template.Spec.Containers[i].Env, | ||
| corev1.EnvVar{ | ||
| Name: "ARO_HCP_SECRET_PROVIDER_CLASS_FOR_DISK", |
There was a problem hiding this comment.
can we // doc and link who is consuming this magic variable?
|
@bryan-cox: This pull request references Jira Issue OCPBUGS-44968, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
43b2914 to
330b676
Compare
Reconcile the SecretProviderClass for the cluster storage operator (CSO) for ARO HCP deployments. The SecretProviderClass is used by the Secrets Store CSI driver to mount a certificate to a volume in the azure-disk-csi-controller and azure-file-csi-controller pod deployments. Signed-off-by: Bryan Cox <brcox@redhat.com>
330b676 to
46b77c0
Compare
|
/jira refresh |
|
@bryan-cox: This pull request references Jira Issue OCPBUGS-44968, 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-aks |
|
/retest |
csrwng
left a comment
There was a problem hiding this comment.
Just one comment, otherwise lgtm
| if err := r.Client.Get(ctx, client.ObjectKeyFromObject(credentialsSecret), credentialsSecret); err != nil { | ||
| return fmt.Errorf("failed to get Azure credentials secret: %w", err) | ||
| } | ||
| if err := r.Client.Get(ctx, client.ObjectKeyFromObject(credentialsSecret), credentialsSecret); err != nil { |
There was a problem hiding this comment.
Whoops! Not sure how that happened. It's been removed now.
Reconcile the secret data needed for the azure-disk and azure-file CSI controllers. The format is the same as the Cloud Provider. More info on the configuration can be found here: https://cloud-provider-azure.sigs.k8s.io/install/configs/ Signed-off-by: Bryan Cox <brcox@redhat.com>
46b77c0 to
7428771
Compare
|
/lgtm |
|
/test e2e-aks |
|
@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: Jira Issue OCPBUGS-44968: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-44968 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: hypershift |
|
/jira backport release-4.18,release-4.17 |
|
@bryan-cox: The following backport issues have been created:
Queuing cherrypicks to the requested branches to be created after this PR merges: 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. |
|
@openshift-ci-robot: #4904 failed to apply on top of branch "release-4.17": 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:
Reconcile the SecretProviderClass for the cluster storage operator (CSO) for ARO HCP deployments. The SecretProviderClass is used by the Secrets Store CSI driver to mount a certificate to a volume in the azure-disk-csi-controller and azure-file-csi-controller pod deployments.
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)format, where issue_number might be a GitHub issue, or a Jira story:Fixes OCPBUGS-44968
Checklist