shwstppr commented on a change in pull request #4896:
URL: https://github.com/apache/cloudstack/pull/4896#discussion_r610385403
##########
File path:
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorker.java
##########
@@ -307,7 +307,6 @@ protected void startKubernetesVM(final UserVm vm) throws
ManagementServerExcepti
Field f = startVm.getClass().getDeclaredField("id");
f.setAccessible(true);
f.set(startVm, vm.getId());
- resizeNodeVolume(vm);
Review comment:
Checked, resize call is present in `provisionKubernetesClusterNodeVms`
at line 331
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]