Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Chen committed Dec 19, 2023
1 parent a80e78b commit 1c64866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ elasticity, but uses roughly half as many IPs as using WARM_IP_TARGET alone (32
This also improves the reliability of the EKS cluster by reducing the number of calls necessary to allocate or deallocate
private IPs, which may be throttled, especially at scaling-related times.

Setting both `WARM_IP_TARGET` and `MINIMUM_IP_TARGET` will override `WARM_PREFIX_TARGET`. For a detailed explanation, see
Setting both `WARM_IP_TARGET` and `MINIMUM_IP_TARGET` will override `WARM_PREFIX_TARGET` and `WARM_ENI_TARGET`. For a detailed explanation, see
[`WARM_PREFIX_TARGET`, `WARM_IP_TARGET` and `MINIMUM_IP_TARGET`](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/docs/prefix-and-ip-target.md).

#### `MAX_ENI`
Expand Down
2 changes: 1 addition & 1 deletion utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestGetEnv(t *testing.T) {
}

// Validate that GetIntFromStringEnvVar runs against acceptable format input without error
func TestGetIntFromStringEnvVar(t *testing.T) {
func TestGetEnvVar(t *testing.T) {
// Test environment flag variable not set
tmp, _, _ := GetEnvVar(envInt, defaultIntEnv)
assert.Equal(t, tmp, defaultIntEnv)
Expand Down

0 comments on commit 1c64866

Please sign in to comment.