This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch add-support-csi-projects
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/add-support-csi-projects by
this push:
new ed8ed5e18bc fix deploy script
ed8ed5e18bc is described below
commit ed8ed5e18bcbb75cf1c19b6612e9bc55f8e96d85
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Jul 28 15:12:56 2025 -0400
fix deploy script
---
.../kubernetes-service/src/main/resources/script/deploy-csi-driver | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver
b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver
index dfc1ab48c97..1f97b66ff4c 100644
---
a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver
+++
b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
-(/opt/bin/kubectl get pods -A | grep cloud-controller-manager) && exit 0
+(/opt/bin/kubectl get pods -A | grep cloudstack-csi-controller) && exit 0
if [ -e /opt/csi/snapshot-crds.yaml ]; then
/opt/bin/kubectl apply -f /opt/csi/snapshot-crds.yaml