We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09fd2e commit 18c3d47Copy full SHA for 18c3d47
plugins/integrations/kubernetes-service/src/main/resources/script/deploy-cloudstack-secret
@@ -21,14 +21,14 @@ function usage() {
21
Usage: ./deploy-cloudstack-secret [OPTIONS]...
22
To deploy the keys needed for the cloudstack kubernetes provider.
23
Arguments:
24
- -u, --url string ID of the cluster
+ -u, --url string URL of the CloudStack API
25
-k, --key string API Key
26
-s, --secret string Secret Key
27
-p, --project string Project ID
28
Other arguments:
29
-h, --help Display this help message and exit
30
Examples:
31
- ./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
32
USAGE
33
exit 0
34
}
0 commit comments