-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
ISSUE TYPE
- Other
COMPONENT NAME
CloudStack Kubernetes Provider
CLOUDSTACK VERSION
4.17.2
OS / ENVIRONMENT
ubuntu 20.04
SUMMARY
CloudStack Internally Use This cloud-config in CloudStack Kubernetes Provider and this happen when kubernetes cluster create from my kubernetes.iso template file. i want change them to my custom config-file but i dont know how cloudstack set it and how can i change it.
[Global]
api-url =
api-key =
secret-key =
project-id = <CloudStack Project UUID (optional)>
zone = <CloudStack Zone Name (optional)>
ssl-no-verify = <Disable SSL certificate validation: true or false (optional)>
STEPS TO REPRODUCE
i created iso from this shell script:
https://github.com/apache/cloudstack/blob/main/scripts/util/create-kubernetes-binaries-iso.sh
EXPECTED RESULTS
i want change cloudstack-secret to my custome file
ACTUAL RESULTS
i cant change it