Pearl1594 commented on pull request #4329:
URL: https://github.com/apache/cloudstack/pull/4329#issuecomment-896489854
test failures wrt k8s/cks pertain to failure in provisioning node VMs as the
cluster's memory utilization has exceeded the threshold
`cluster.memory.allocated.capacity.disablethreshold ` :
```
Cannot allocate cluster list [1] for vm creation since their allocated
percentage crosses the disable capacity threshold defined at each cluster/ at
global value for capacity Type : 0, skipping these clusters
....
2021-08-10 18:37:01,372 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl]
(Work-Job-Executor-18:ctx-63501faa job-1014/job-1015) (logid:aba1589c) Done
executing com.cloud.vm.VmWorkStart for job-1015
2021-08-10 18:37:01,373 INFO [o.a.c.f.j.i.AsyncJobMonitor]
(Work-Job-Executor-18:ctx-63501faa job-1014/job-1015) (logid:aba1589c) Remove
job-1015 from job monitoring
2021-08-10 18:37:01,384 ERROR [c.c.k.c.a.KubernetesClusterActionWorker]
(API-Job-Executor-8:ctx-57f0feba job-1014 ctx-30ce85b6) (logid:aba1589c)
Scaling failed for Kubernetes cluster : testcluster-LHSA7V, unable to provision
node VM in the cluster
com.cloud.exception.ManagementServerException: Failed to start VM in the
Kubernetes cluster : testcluster-LHSA7V
at
com.cloud.kubernetes.cluster.actionworkers.KubernetesClusterResourceModifierActionWorker.startKubernetesVM(KubernetesClusterResourceModifierActionWorker.java:322)
at
com.cloud.kubernetes.cluster.actionworkers.KubernetesClusterResourceModifierActionWorker.provisionKubernetesClusterNodeVms(KubernetesClusterResourceModifierActionWorker.java:340)
at
com.cloud.kubernetes.cluster.actionworkers.KubernetesClusterScaleWorker.scaleUpKubernetesClusterSize(KubernetesClusterScaleWorker.java:361)
at
com.cloud.kubernetes.cluster.actionworkers.KubernetesClusterScaleWorker.scaleKubernetesClusterSize(KubernetesClusterScaleWorker.java:403)
at
com.cloud.kubernetes.cluster.actionworkers.KubernetesClusterScaleWorker.scaleCluster(KubernetesClusterScaleWorker.java:437)
```
--
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]