Skip to content

Commit

Permalink
Update vpc_ip_resource_limit.go link in README.md (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsehwan96 authored Jul 17, 2024
1 parent 110c30d commit 2e00de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 2e00de5

Please sign in to comment.