This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new 18c3d470c6c CKS: fix /opt/bin/deploy-cloudstack-secret in CKS control
nodes (#8697)
18c3d470c6c is described below
commit 18c3d470c6c2896c4334234ecb8e9ddda03f44a0
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Feb 26 14:21:26 2024 +0100
CKS: fix /opt/bin/deploy-cloudstack-secret in CKS control nodes (#8697)
---
.../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 9ffd3ecc84a..f4536feca36 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
}