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
Copy file name to clipboardExpand all lines: charts/aws-vpc-cni/README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,21 @@ The following table lists the configurable parameters for this chart and their d
42
42
|`env`| List of environment variables. See [here](https://github.com/aws/amazon-vpc-cni-k8s#cni-configuration-variables) for options | (see `values.yaml`) |
43
43
|`enableWindowsIpam`| Enable windows support for your cluster |`false`|
44
44
|`enableNetworkPolicy`| Enable Network Policy Controller and Agent for your cluster |`false`|
45
+
|`enableWindowsPrefixDelegation`| Enable windows prefix delegation support for your cluster |`false`|
46
+
|`warmWindowsPrefixTarget`| Warm prefix target value for Windows prefix delegation |`0`|
47
+
|`warmWindowsIPTarget`| Warm IP target value for Windows prefix delegation |`1`|
48
+
|`minimumWindowsIPTarget`| Minimum IP target value for Windows prefix delegation |`3`|
49
+
|`branchENICooldown`| Number of seconds that branch ENIs remain in cooldown |`60`|
45
50
|`fullnameOverride`| Override the fullname of the chart |`aws-node`|
0 commit comments