GitHub user weizhouapache added a comment to the discussion: config parameter for setting cloudstack-kubernetes-provider image
@khumps the kubernetes provider URL is hardcoded in the file `./scripts/util/create-kubernetes-binaries-iso.sh` you can change it as workaround, for example from ``` PROVIDER_URL="https://raw.githubusercontent.com/apache/cloudstack-kubernetes-provider/main/deployment.yaml" ``` to ``` PROVIDER_URL="https://raw.githubusercontent.com/apache/cloudstack-kubernetes-provider/refs/tags/v1.2.0/deployment.yaml" ``` GitHub link: https://github.com/apache/cloudstack/discussions/12980#discussioncomment-16813912 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
