Nithish Murcherla
Nithish Murcherla
@jaypipes, Make sense to use `TagResources` API call. Just a comment, `TagResources` API call does require additional permissions apart from service permissions which we need to document: ``` tag:GetResources tag:TagResources...
I ran into a this issue. To consistently replicate the issue, I introduced a 10 second delay before my nodes are tainted `toBeDeleted` and terminated. Without adding that 10 seconds,...
From my observation, AL2 iptables version i.e., iptables v1.4.21 does not support --random-fully (AWS_VPC_K8S_CNI_RANDOMIZESNAT=prng environment variable), and is only compatible with iptables >=1.6.2.
@bbc88ks, Wondering if this is related to kernel race condition issue, where coreDNS would send parallel requests and which ever request wins the race would get an entry in conntrack...
Pseudo code https://github.com/nithu0115/event-exporter/blob/master/sinks/cloudwatch.go#L265