From 7fa12785efb0fe59ce44e4ee25f6871ee0243f6a Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 26 Nov 2021 09:38:28 -0600 Subject: [PATCH 1/3] 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 < Date: Fri, 26 Nov 2021 09:41:17 -0600 Subject: [PATCH 2/3] add provisioner limits to pre-docs --- website/content/en/pre-docs/getting-started/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/en/pre-docs/getting-started/_index.md b/website/content/en/pre-docs/getting-started/_index.md index ec6f9dd15cca..18ea4d37a5e4 100644 --- a/website/content/en/pre-docs/getting-started/_index.md +++ b/website/content/en/pre-docs/getting-started/_index.md @@ -183,6 +183,8 @@ 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 < Date: Fri, 26 Nov 2021 12:36:41 -0600 Subject: [PATCH 3/3] remove memory limits --- website/content/en/pre-docs/getting-started/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/content/en/pre-docs/getting-started/_index.md b/website/content/en/pre-docs/getting-started/_index.md index 18ea4d37a5e4..9a2c874f543f 100644 --- a/website/content/en/pre-docs/getting-started/_index.md +++ b/website/content/en/pre-docs/getting-started/_index.md @@ -199,7 +199,6 @@ spec: limits: resources: cpu: 1000 - memory: 1000Gi provider: instanceProfile: KarpenterNodeInstanceProfile-${CLUSTER_NAME} ttlSecondsAfterEmpty: 30