From 12fe145cd2de43eaee63a71f346db233f2300848 Mon Sep 17 00:00:00 2001 From: Arnob Date: Sun, 4 Dec 2022 23:37:25 +0600 Subject: [PATCH] fix: getting pod list removed --- entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1c53bcb..d13870d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,10 +19,6 @@ echo "DigitalOcean add the cluster kubeconfig" doctl kubernetes cluster kubeconfig save ${INPUT_DO_CLUSTER_CERTIFICATE} -echo "Kubectl pod list" - -kubectl get pods - echo "Kubectl deployment" kubectl set image deployment/${INPUT_DO_DEPLOYMENT_NAME} ${INPUT_DO_CONTAINER_NAME}=${INPUT_DO_IMAGE_TAG} \ No newline at end of file