From 99721c1f2c14df29b228e00beabc567f979b1bde Mon Sep 17 00:00:00 2001 From: kimsehwan96 Date: Wed, 17 Jul 2024 12:52:02 +0900 Subject: [PATCH] Update vpc_ip_resource_limit.go link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3248456e3..06ac42556b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It is also recommended that you set `--max-pods` equal to _(the number of ENIs f (the number of IPs per ENI - 1)) + 2_; for details, see [vpc_ip_resource_limit.go][]. Setting `--max-pods` will prevent scheduling that exceeds the IP address resources available to the kubelet. -[vpc_ip_resource_limit.go]: ./pkg/awsutils/vpc_ip_resource_limit.go +[vpc_ip_resource_limit.go]: ./pkg/vpc/vpc_ip_resource_limit.go The default manifest expects `--cni-conf-dir=/etc/cni/net.d` and `--cni-bin-dir=/opt/cni/bin`.