Skip to content

Commit c7fa110

Browse files
authored
Merge pull request #52072 from ialidzhikov/cleanup/KUBE_MAX_PD_VOLS
Clean up docs about the `KUBE_MAX_PD_VOLS` env var
2 parents c4969db + 2c88dc6 commit c7fa110

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

content/en/docs/concepts/storage/storage-limits.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,6 @@ that can be attached to a Node:
3535
<tr><td><a href="https://azure.microsoft.com/en-us/services/storage/main-disks/">Microsoft Azure Disk Storage</a></td><td>16</td></tr>
3636
</table>
3737

38-
## Custom limits
39-
40-
You can change these limits by setting the value of the
41-
`KUBE_MAX_PD_VOLS` environment variable, and then starting the scheduler.
42-
CSI drivers might have a different procedure, see their documentation
43-
on how to customize their limits.
44-
45-
Use caution if you set a limit that is higher than the default limit. Consult
46-
the cloud provider's documentation to make sure that Nodes can actually support
47-
the limit you set.
48-
49-
The limit applies to the entire cluster, so it affects all Nodes.
50-
5138
## Dynamic volume limits
5239

5340
{{< feature-state state="stable" for_k8s_version="v1.17" >}}

0 commit comments

Comments
 (0)