Skip to content

add a node event example indicating cooldown time windows has been u… #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2024
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
```