Skip to content

Commit

Permalink
Setting AWS_VPC_K8S_CNI_RANDOMIZESNAT to the default value (#2028)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayanth Varavani <[email protected]>
  • Loading branch information
vgunapati and jayanthvn authored Aug 15, 2022
1 parent 0ad0303 commit 1c4daa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ AGENT_LOG_PATH=${AGENT_LOG_PATH:-"aws-k8s-agent.log"}
HOST_CNI_BIN_PATH=${HOST_CNI_BIN_PATH:-"/host/opt/cni/bin"}
HOST_CNI_CONFDIR_PATH=${HOST_CNI_CONFDIR_PATH:-"/host/etc/cni/net.d"}
AWS_VPC_K8S_CNI_VETHPREFIX=${AWS_VPC_K8S_CNI_VETHPREFIX:-"eni"}
AWS_VPC_K8S_CNI_RANDOMIZESNAT=${AWS_VPC_K8S_CNI_RANDOMIZESNAT:-"prng"}
AWS_VPC_ENI_MTU=${AWS_VPC_ENI_MTU:-"9001"}
POD_SECURITY_GROUP_ENFORCING_MODE=${POD_SECURITY_GROUP_ENFORCING_MODE:-"strict"}
AWS_VPC_K8S_PLUGIN_LOG_FILE=${AWS_VPC_K8S_PLUGIN_LOG_FILE:-"/var/log/aws-routed-eni/plugin.log"}
Expand Down

0 comments on commit 1c4daa0

Please sign in to comment.