chunkyen opened a new issue, #13408: URL: https://github.com/apache/cloudstack/issues/13408
### problem When using cmk to create kubernetescluster with nodeoffering, I left out the serviceofferingid (the legacy parameter pre 4.21) which I thought was optional as it will be overwritten with nodeoffering anyway. The CKS was created sucessfully but when I try to upgrade the kubernetes cluster, I get the error "Invalid service offering associated with Kubernetes cluster". The upgrade seems to check for serviceofferingid and require it to be present even though you can create one without serviceofferingid. <img width="318" height="85" alt="Image" src="https://github.com/user-attachments/assets/4e308a1a-41e9-4e3f-bb91-3d45c5222bbf" /> ### versions 4.22.1 KVM NFS ### The steps to reproduce the bug 1. use cmk (or api) to create cks with nodeoffering ommiting serviceofferingid 2. Try to upgrade CKS 3. ... ### What to do about it? The correct behaviour for the upgrade process is to also check for the presence of nodeoffering -- 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]
