You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation seems to be wrong for AWS_VPC_K8S_CNI_RANDOMIZESNAT which states use it when AWS_VPC_K8S_CNI_EXTERNALSNAT=true is set. But setting the value to true means The SNAT iptables rule and off-VPC IP rule are not applied, and these rules are removed if they have already been applied. AWS_VPC_K8S_CNI_RANDOMIZESNAT should be used only when the AWS_VPC_K8S_CNI_EXTERNALSNAT=false. Here is the code link
Documentation seems to be wrong for AWS_VPC_K8S_CNI_RANDOMIZESNAT which states use it when AWS_VPC_K8S_CNI_EXTERNALSNAT=true is set. But setting the value to true means
The SNAT iptables rule and off-VPC IP rule are not applied, and these rules are removed if they have already been applied.
AWS_VPC_K8S_CNI_RANDOMIZESNAT should be used only when the AWS_VPC_K8S_CNI_EXTERNALSNAT=false. Here is the code linkhttps://github.com/taylorb-syd/amazon-vpc-cni-k8s/blob/e59edf200179e82d6cd141d8e394f4d4b7978bb4/pkg/networkutils/network.go#L338
The text was updated successfully, but these errors were encountered: