GitHub user weizhouapache added a comment to the discussion: i can not Delete 
Kubernetes Cluster

it looks like there is a nic on the network but does not belong to any VM 
instance.

can you check by the SQL below ?
```
select * from nics where network_id=<network id> and removed is NULL and 
instance_id is NULL;
```

if there is a nic, then run 
```
update nics set  removed =now() where id=<nic id>;
```

GitHub link: 
https://github.com/apache/cloudstack/discussions/10374#discussioncomment-12164208

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to