Wei Zhou
Wei Zhou
@hrak @vishesh92 it looks this requires some other changes like https://github.com/Leaseweb/cloudstack-kubernetes-provider/commit/323b493f9d35dc0b6c0f6c0910e73043aac1ded6
> I am seeing the below errors after applying the changes. I am not sure about the root cause. > I launched a CKS cluster and updated the image. >...
> Yes. I did change that. Before that pod was crashing due to wrong provider name. According to the pr, the providerID should have 3 slashes instead of 2. cloudstack://2d35066b...
@rohityadavcloud I was trying to address it in https://github.com/apache/cloudstack/pull/8609 but faced lots of issues let me reopen it
did a quick test, everything looks good this may need intensive testing to reproduce the issue
> @DaanHoogland here is how I successfully reproduced the issue on our QA platform: > > ``` > 56 bytes from 1e:00:4d:00:00:c1 (XX.YY.17.30): index=959 time=275.810 usec > 56 bytes from...
@vdombrovski @bragonznx after some hours, I am able to reproduce the issue twice it looks like the issue is caused by concurrent actions - disassociate IP address which removes firewall...
> zgrep 'Failed to release | Unable to revoke ' /var/log/cloudstack/management/management-server.log.* @bragonznx can you use `zegrep` instead ? ``` zegrep 'Failed to release | Unable to revoke ' /var/log/cloudstack/management/management-server.log.* ```
> root@mgt-01:~# zegrep 'Failed to release | Unable to revoke ' /var/log/cloudstack/management/management-server.log.* > > root@mgt-01:~# > > no matter the kind of grep you want to use, there is no...
> > root@mgt-01:~# zegrep 'Failed to release.*Unable to revoke' /var/log/cloudstack/management/management-server.log.* > > root@mgt-01:~# > @bragonznx Can you check other management servers if any?