GitHub user kiranchavala added a comment to the discussion: config parameter for setting cloudstack-kubernetes-provider image
@khumps Since the Cks cluster creation entirely depends on the iso you register in cloudstack https://docs.cloudstack.apache.org/en/4.22.0.0/plugins/cloudstack-kubernetes-service.html#kubernetes-supported-versions Please try the following workaround In the cloudstack-kubernetes-provider deployment yaml you can change the image to apache/cloudstack-kubernetes-provider:v1.2.0 https://github.com/apache/cloudstack-kubernetes-provider/blob/4740dbcacc7fc5892354b03b2f0be7ebf5c92584/deployment.yaml#L154 Edit the cks iso script to use the new value When creating a cks kubernetes iso using the script https://github.com/apache/cloudstack/blob/e2d18c0748437f6b185503ee262f725086f36c7e/scripts/util/create-kubernetes-binaries-iso.sh#L111 GitHub link: https://github.com/apache/cloudstack/discussions/12980#discussioncomment-16486343 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
