-
Notifications
You must be signed in to change notification settings - Fork 42
OCPBUGS-55052: Correct ASH driver inject env config #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Phaow: This pull request references Jira Issue OCPBUGS-54382, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
@Phaow: This pull request references Jira Issue OCPBUGS-54382, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In 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. |
/retest-required |
1 similar comment
/retest-required |
@Phaow: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
I am not sure if this is correct. See, the way I think I changed the code when we merged https://github.com/openshift/azure-disk-csi-driver-operator/blob/release-4.15/pkg/azurestackhub/azure_stack_hub.go#L48-L76 code into |
Hi @gnufied , thank you for looking into this!
Yeah, the initContainers merged config is working as expected, that megre config should be only used for |
hmm, it indeed seems like injector doesn't seem to be copying /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gnufied, Phaow The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9815fef
into
openshift:main
@Phaow: Jira Issue OCPBUGS-54382: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-54382 has not been moved to the MODIFIED state. In 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: azure-file-csi-driver-operator |
[ART PR BUILD NOTIFIER] Distgit: csi-driver-manila-operator |
[ART PR BUILD NOTIFIER] Distgit: ose-aws-efs-csi-driver-operator |
[ART PR BUILD NOTIFIER] Distgit: ose-aws-ebs-csi-driver-operator |
[ART PR BUILD NOTIFIER] Distgit: ose-azure-disk-csi-driver-operator |
[ART PR BUILD NOTIFIER] Distgit: ose-smb-csi-driver-operator |
[ART PR BUILD NOTIFIER] Distgit: ose-openstack-cinder-csi-driver-operator |
/retitle OCPBUGS-55052: Correct ASH driver inject env config |
@Phaow: An error was encountered updating to the MODIFIED state for bug OCPBUGS-55052 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
Error marking step #35534635 finished: root cause: Tried to update an entity that does not exist.: request failed. Please analyze the request body for more details. Status code: 400:
Please contact an administrator to resolve this issue, then request a bug refresh with In 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. |
/jira refresh |
@Phaow: Jira Issue OCPBUGS-55052: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-55052 has been moved to the MODIFIED state. In 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. |
/cherry-pick release-4.18 |
@Phaow: new pull request created: #381 In 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. |
Correct ASH driver inject env config
azure-disk-csi-driver-operator
tocsi-operator
, theinjectEnvAndMounts
which used for ASH theendpoints
Subpath expected read theendpoints
value from the cloud configmap keyendpoints
while we use the incorrect volume name for injecting.ref -> https://github.com/openshift/azure-disk-csi-driver-operator/blob/release-4.15/pkg/azurestackhub/azure_stack_hub.go#L48-L76