Skip to content

Commit 18c3d47

Browse files
CKS: fix /opt/bin/deploy-cloudstack-secret in CKS control nodes (#8697)
1 parent e09fd2e commit 18c3d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ function usage() {
2121
Usage: ./deploy-cloudstack-secret [OPTIONS]...
2222
To deploy the keys needed for the cloudstack kubernetes provider.
2323
Arguments:
24-
-u, --url string ID of the cluster
24+
-u, --url string URL of the CloudStack API
2525
-k, --key string API Key
2626
-s, --secret string Secret Key
2727
-p, --project string Project ID
2828
Other arguments:
2929
-h, --help Display this help message and exit
3030
Examples:
31-
./deploy-cloudstack-secret -u http://localhost:8080 -k abcd -s efgh
31+
./deploy-cloudstack-secret -u http://10.10.10.10:8080/client/api -k abcd -s efgh
3232
USAGE
3333
exit 0
3434
}

0 commit comments

Comments
 (0)