GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone
> > "Failed to start Kubernetes cluster : vvvvv as its network cannot be > > started". > > there should be some logs which tells why the network cannot be started. Only this, but I've only seen that network error about 2 times, others did not mention network: ``` 2025-02-26 13:14:40,268 DEBUG [c.c.c.CapacityManagerImpl] (Work-Job-Executor-69:ctx-6947c681 job-114467/job-114470 ctx-f6b009cb) (logid:a3c62ef8) VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"} state transited from [Starting] to [Stopped] with event [OperationFailed]. VM's original host: null, new host: null, host before state transition: Host {"id":194,"name":"NODL1","type":"Routing","uuid":"cce73e3a-33f2-440a-8c50-f9133757b992"} 2025-02-26 13:14:40,309 ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-69:ctx-6947c681 job-114467/job-114470 ctx-f6b009cb) (logid:a3c62ef8) Invocation exception, caused by: com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}Scope=interface com.cloud.dc.DataCenter; id=14 2025-02-26 13:14:40,309 INFO [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-69:ctx-6947c681 job-114467/job-114470 ctx-f6b009cb) (logid:a3c62ef8) Rethrow exception com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}Scope=interface com.cloud.dc.DataCenter; id=14 com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}Scope=interface com.cloud.dc.DataCenter; id=14 2025-02-26 13:14:40,446 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (API-Job-Executor-20:ctx-c96ade3d job-114467 ctx-b7b2a6c5) (logid:a3c62ef8) Stopping router VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"} com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}Scope=interface com.cloud.dc.DataCenter; id=14 2025-02-26 13:14:43,604 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] (API-Job-Executor-20:ctx-c96ade3d job-114467) (logid:a3c62ef8) Complete async job-114467, jobStatus: FAILED, resultCode: 530, result: org.apache.cloudstack.api.response.ExceptionResponse/null/{"uuidList":[],"errorcode":"530","errortext":"Unable to create a deployment for VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}"} 2025-02-26 13:15:50,368 DEBUG [c.c.c.CapacityManagerImpl] (API-Job-Executor-11:ctx-8b6cbefb job-114476 ctx-4aa8be05) (logid:fcd4ba63) VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"} state transited from [Stopped] to [Expunging] with event [ExpungeOperation]. VM's original host: null, new host: null, host before state transition: null 2025-02-26 13:15:50,383 DEBUG [c.c.v.VirtualMachineManagerImpl] (API-Job-Executor-11:ctx-8b6cbefb job-114476 ctx-4aa8be05) (logid:fcd4ba63) Expunging vm VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"} 2025-02-26 13:15:50,383 DEBUG [c.c.v.VirtualMachineManagerImpl] (API-Job-Executor-11:ctx-8b6cbefb job-114476 ctx-4aa8be05) (logid:fcd4ba63) Cleaning up NICS [] of VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}. 2025-02-26 13:15:50,493 DEBUG [c.c.v.VirtualMachineManagerImpl] (API-Job-Executor-11:ctx-8b6cbefb job-114476 ctx-4aa8be05) (logid:fcd4ba63) Cleaning up hypervisor data structures (ex. SRs in XenServer) for managed storage. Data from VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"}. 2025-02-26 13:15:50,614 DEBUG [c.c.v.VirtualMachineManagerImpl] (API-Job-Executor-11:ctx-8b6cbefb job-114476 ctx-4aa8be05) (logid:fcd4ba63) Expunged VM instance {"id":2931,"instanceName":"r-2931-VM","type":"DomainRouter","uuid":"d76590f1-45eb-4800-b3e1-1b8ced54bfcc"} ``` GitHub link: https://github.com/apache/cloudstack/discussions/10467#discussioncomment-12326945 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org