Merge pull request #63621 from grayluck/env-back-1.10
Automatic merge from submit-queue.
Backport MAX_PODS_PER_NODE env from #63114 to 1.10
**What this PR does / why we need it**:
Backport `MAX_PODS_PER_NODE` env changes from #63114 to 1.10. This allows GCE/GKE users to explicitly set default limits on how many pods a node can have for the nodes in this cluster.
**Special notes for your reviewer**:
/assign @bowei
**Release note**:
```release-note
Add MAX_PODS_PER_NODE env so that GCE/GKE user can use it to specify the default max pods per node for the cluster. IP_ALIAS_SIZE will be changed accordingly. Must have ip alias enabled.
```
Showing
Please
register
or
sign in
to comment