Kishor Joshi
Kishor Joshi
@izinovik, what does your manifest look like?
/remove-lifecycle rotten
/remove-lifecycle rotten
@zer0stars, the CCM doesn't support IP targets. You'd need to install the external controller AWS Load Balancer Controller https://github.com/kubernetes-sigs/aws-load-balancer-controller/. The annotation `service.beta.kubernetes.io/aws-load-balancer-type` needs to be `external`. Note: you need to...
@antoninbas, thanks for the fix. Could you test the following? - upgrade from previous v1.10 to the one with your fix, verify nat PREROUTING rules are configured as expected
> 3. keep the patch as it is, since the duplicated rule doesn't impact correctness. On new K8s clusters and after a Node restart, there will be no duplicates. >...
networking.go:703 has the following log line - `log.Debugf("host network setup: found potentially stale SNAT rule for chain %s: %v", chain, ruleSpec)`. I greatly appreciate if you can modify it as...