Sergey

Results 9 comments of Sergey

@Akasurde Why did you close the #381 ? I think to solve the problem https://github.com/ansible-collections/kubernetes.core/pull/204#issuecomment-916193486 it is enough to check the status of the release, and if it is `uninstalled`,...

`F5 Ingress Controller` - should be a utility that controls the hardware balancer F5 BIG-IP

> @cyril-corbon is working on a similar feature in #8439 and I think that approach is more flexible to allow detecting and removing conflicting CRIs rather than just performing a...

me interesting recover_control_plane and csi_drivers

try on node and on pod with hostnetwork:true (podnet 10.244.2.0/24) coredns running on another node with podnet 10.244.1.0/24 without `ip route add 10.96.0.0/16` ip packet sends to coredns pod with...

I don’t understand anything. If you simply insert the command ``` iptables -t nat -I KUBE-POSTROUTING -m comment --comment "kubernetes service traffic requiring SNAT" -m mark --mark 0x4000/0x4000 -j MASQUERADE...