ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Default, following guides provided by CloudStack
OS / ENVIRONMENT
Ubuntu 22.04
KVM hypervisor
SUMMARY
Changing compute offering when scaling Kubernetes cluster results in error saying that it is not support.
".. on KVM is not supported!"
I expect to be able to change the compute offering after the cluster is created.
For a use case such as: increasing the RAM since a heavy app requires it.
STEPS TO REPRODUCE
- create a Kubernetes cluster on KVM VMs
- scale the cluster with a different compute offering
EXPECTED RESULTS
I expect to be able to change compute offering for a Kubernetes cluster
ACTUAL RESULTS
Error popup saying that it is not supported on KVM.
Error in code:
https://github.dev/apache/cloudstack/blob/2ac1b7e9599b048d3490577b0823752fc7a740d7/plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterScaleWorker.java#L240