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: content/networking/ip-optimization-strategies/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,14 @@ You can adjust the CNI parameters on the fly without downtime for your existing
87
87
88
88
#### Monitor IP Address Inventory
89
89
90
-
In addition to the solutions described above, it is also important to have visibility over IP utilization. You can monitor the IP addresses inventory of subnets using [CNI Metrics Helper](https://docs.aws.amazon.com/eks/latest/userguide/cni-metrics-helper.html). Some of the metrics available are:
90
+
In addition to the solutions described above, it is also important to have visibility over IP utilization. You can monitor the IP addresses inventory of subnets using [CNI Metrics Helper]([https://docs.aws.amazon.com/eks/latest/userguide/cni-metrics-helper.html](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/cmd/cni-metrics-helper/README.md). Some of the metrics available are:
91
91
92
92
* maximum number of ENIs the cluster can support
93
93
* number of ENIs already allocated
94
94
* number of IP addresses currently assigned to Pods
95
95
* total and maximum number of IP address available
96
96
97
-
You can also set [CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html) to get notified if a subnet is running out of IP addresses. Please visit EKS user guide for install instructions of [CNI metrics helper](https://docs.aws.amazon.com/eks/latest/userguide/cni-metrics-helper.html)
97
+
You can also set [CloudWatch alarms](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html) to get notified if a subnet is running out of IP addresses. Please visit EKS user guide for install instructions of [CNI metrics helper]([https://docs.aws.amazon.com/eks/latest/userguide/cni-metrics-helper.html](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/cmd/cni-metrics-helper/README.md))
98
98
99
99
!!! warning
100
100
Make sure `DISABLE_METRICS` variable for VPC CNI is set to false.
0 commit comments