saffronjam opened a new issue, #7454:
URL: https://github.com/apache/cloudstack/issues/7454
##### ISSUE TYPE
* Improvement Request
##### COMPONENT NAME
~~~
Kubernetes
~~~
##### CLOUDSTACK VERSION
~~~
4.18
~~~
##### 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
~~~
--
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]