Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/sgp/sgp_config_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@ kind: ConfigMap
metadata:
name: amazon-vpc-cni
namespace: kube-system
```

After changing the value of `branch-eni-cooldown`, you can verify if the change has been applied by the controller. You need describe any node in your cluster and check node events in Events list. Note: this value is applied to the cluster instead of only certain nodes.

For example, after setting the value to `90`, the change will be reflected immediately in node events:
```
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal BranchENICoolDownPeriodUpdated 18s vpc-resource-controller Branch ENI cool down period has been updated to 1m30s
```