Skip to content

Commit 304a9c4

Browse files
authored
Merge pull request #548 from tsahiduek/patch-1
update reference to cni metrics helper
2 parents 5233ddf + f0f9698 commit 304a9c4

File tree

1 file changed

+2
-2
lines changed
  • content/networking/ip-optimization-strategies

1 file changed

+2
-2
lines changed

content/networking/ip-optimization-strategies/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ You can adjust the CNI parameters on the fly without downtime for your existing
8787

8888
#### Monitor IP Address Inventory
8989

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:
9191

9292
* maximum number of ENIs the cluster can support
9393
* number of ENIs already allocated
9494
* number of IP addresses currently assigned to Pods
9595
* total and maximum number of IP address available
9696

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))
9898

9999
!!! warning
100100
Make sure `DISABLE_METRICS` variable for VPC CNI is set to false.

0 commit comments

Comments
 (0)