weizhouapache commented on issue #8695:
URL: https://github.com/apache/cloudstack/issues/8695#issuecomment-1961324544
@th3cod3r
in the control node, there is a script to do it
```
root@CKS-1292-2-control-18dcb0cd536:~# deploy-cloudstack-secret -h
Usage: ./deploy-cloudstack-secret [OPTIONS]...
To deploy the keys needed for the cloudstack kubernetes provider.
Arguments:
-u, --url string ID of the cluster
-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
```
Please note, the url should be like `http://<management IP or
domain>:8080/client/api`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]