From 0372a63d2d5e8e89d25cc7344bacf476a02ecc9b Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Wed, 28 Aug 2024 16:10:13 -0700 Subject: [PATCH] update amiFamily note --- website/content/en/docs/concepts/nodeclasses.md | 3 ++- website/content/en/preview/concepts/nodeclasses.md | 3 ++- website/content/en/v1.0/concepts/nodeclasses.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/content/en/docs/concepts/nodeclasses.md b/website/content/en/docs/concepts/nodeclasses.md index 5dc421f89834..6bc0fba7013a 100644 --- a/website/content/en/docs/concepts/nodeclasses.md +++ b/website/content/en/docs/concepts/nodeclasses.md @@ -56,7 +56,8 @@ spec: imageGCLowThresholdPercent: 80 cpuCFSQuota: true clusterDNS: ["10.0.1.100"] - # Required, resolves a default ami and userdata + # Optional, dictates UserData generation and default block device mappings. + # May be ommited when using an `alias` amiSelectorTerm, otherwise required. amiFamily: AL2 # Required, discovers subnets to attach to instances diff --git a/website/content/en/preview/concepts/nodeclasses.md b/website/content/en/preview/concepts/nodeclasses.md index 216b3ad6e5b1..2ee6597cc846 100644 --- a/website/content/en/preview/concepts/nodeclasses.md +++ b/website/content/en/preview/concepts/nodeclasses.md @@ -56,7 +56,8 @@ spec: imageGCLowThresholdPercent: 80 cpuCFSQuota: true clusterDNS: ["10.0.1.100"] - # Required, resolves a default ami and userdata + # Optional, dictates UserData generation and default block device mappings. + # May be ommited when using an `alias` amiSelectorTerm, otherwise required. amiFamily: AL2 # Required, discovers subnets to attach to instances diff --git a/website/content/en/v1.0/concepts/nodeclasses.md b/website/content/en/v1.0/concepts/nodeclasses.md index 5dc421f89834..6bc0fba7013a 100644 --- a/website/content/en/v1.0/concepts/nodeclasses.md +++ b/website/content/en/v1.0/concepts/nodeclasses.md @@ -56,7 +56,8 @@ spec: imageGCLowThresholdPercent: 80 cpuCFSQuota: true clusterDNS: ["10.0.1.100"] - # Required, resolves a default ami and userdata + # Optional, dictates UserData generation and default block device mappings. + # May be ommited when using an `alias` amiSelectorTerm, otherwise required. amiFamily: AL2 # Required, discovers subnets to attach to instances