From 7fa12785efb0fe59ce44e4ee25f6871ee0243f6a Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 26 Nov 2021 09:38:28 -0600 Subject: [PATCH] Revert "added default provisioner limits into docs (#851)" This reverts commit ed0029edcf17bedd524bdad73abc0dd08a360c58. --- website/content/en/docs/getting-started/_index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/content/en/docs/getting-started/_index.md b/website/content/en/docs/getting-started/_index.md index 1eb250e459bf..a6adf1fa4168 100644 --- a/website/content/en/docs/getting-started/_index.md +++ b/website/content/en/docs/getting-started/_index.md @@ -220,8 +220,6 @@ This behavior can be disabled by leaving the value undefined. Review the [provisioner CRD](/docs/provisioner-crd) for more information. For example, `ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - ```bash cat <