From c74bca28b523f3b0e96ac44b85d342106559d0e3 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 23 Feb 2024 14:27:08 +0100 Subject: [PATCH] CKS: fix /opt/bin/deploy-cloudstack-secret in CKS control nodes --- .../src/main/resources/script/deploy-cloudstack-secret | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret index 9ffd3ecc84ad..f4536feca36b 100755 --- a/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret +++ b/plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret @@ -21,14 +21,14 @@ function usage() { Usage: ./deploy-cloudstack-secret [OPTIONS]... To deploy the keys needed for the cloudstack kubernetes provider. Arguments: - -u, --url string ID of the cluster + -u, --url string URL of the CloudStack API -k, --key string API Key -s, --secret string Secret Key -p, --project string Project ID Other arguments: -h, --help Display this help message and exit Examples: - ./deploy-cloudstack-secret -u http://localhost:8080 -k abcd -s efgh + ./deploy-cloudstack-secret -u http://10.10.10.10:8080/client/api -k abcd -s efgh USAGE exit 0 }