Arun M. Krishnakumar
Arun M. Krishnakumar
@kraman sorry I was unclear about the tests. These have been manual tests with a debugger. I can create a few tests as a new PR though.
This is taken care of in the pull for issue #5 : https://github.com/kraman/go-netfilter-queue/pull/6
@hbobenicio there is no update on this. The provider (VMware Cloud Director or VCD) needs to provide support for snapshots. The support is not on their roadmap. So CSI cannot...
@erSitzt this is a proper concern. There is no easy way to find a VM and the only way seems to be to iterate through all VMs and then get...
Thanks @Vivida1. I will check about how to get the hostname set within the guest by querying the VM properties. If there is no clear way to do so, will...
@0hlov3 @vitality411 could you delete and recreate the resources. Such as: ``` kubectl delete -f https://raw.githubusercontent.com/vmware/cloud-director-named-disk-csi-driver/1.6.0/manifests/csi-controller.yaml kubectl apply -f https://raw.githubusercontent.com/vmware/cloud-director-named-disk-csi-driver/1.6.0/manifests/csi-controller.yaml ``` That should delete the old role and recreate a...
@vitality411 the same should be done with the node manifest also. A delete and reapply. Did you hit the error after doing that?
hi @RomanenkoDenys , there seems to be some issue with the automated CLA acceptance. We will work on this and get it fixed. Sincere apologies for this. After the merger,...
The specific fix as root-caused by @TimTinneveld is to have the following in the cloud-init file: ``` arping -U -I ens192 -c 3 ```
@bavarianbidi do you mean that `kubeadm` should not use the environment variables and only `containerd` should use it?