Senthil Kumaran
Senthil Kumaran
Do you mean, create a new flag to have an Internal SNAT? I am not sure how that will work with the property of hostnetwork pods.
@davirezendegb - can you raise this feature request [containers-roadmap](https://github.com/aws/containers-roadmap/). It needs to be evaluated and prioritized as a product requirement for CNI.
@danielgblanco - could you verify this with the latest version of VPC CNI. This was fixed in the recent versions of CNI 1.18.3.
This is still present as Gauge in master https://github.com/aws/amazon-vpc-cni-k8s/blob/master/utils/prometheusmetrics/prometheusmetrics.go#L64 We need to fix this to use as Counter.
This will be resolved with the next release VPC CNI 1.19.3
Yes. That's correct. You can use the manifest from the master file, and it should resolve it.
In the release notes, we mention about revert to due to a bug discovered when CNI metrics helper and CNI are in different versions. > Revert "utils prometheusmetrics: convert gauges...
Yes, 1.19.3 focused only on NP agent change. We will bring this in next version.
I think, it is the `metadata.name` spec that is asserting the type here - https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata In docs, we recommend the AZ name, previously used to have a suffix-with AZ name....
aws-vpc-cni will need to add complete schema definition here - https://github.com/aws/amazon-vpc-cni-k8s/blob/e65d256c6dfa3e2dc318c6319b3c1a70addfa764/config/master/aws-k8s-cni.yaml#L33 similar to AWS LB controller does here - https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/docs/install/v2_2_4_full.yaml#L37