From fd112b0ed9303b8a91189757a1f50f1dab2a38f8 Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 2 Dec 2024 13:12:27 -0600 Subject: [PATCH 1/2] add readme note for auto mode --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12e76566fc..8daec7cbfc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ You can create a cluster in minutes with just one command – **`eksctl create c _Need help? Join [Eksctl Slack][slackjoin]._ +## New: EKS Auto Mode Support + +`eksctl` now supports EKS Auto Mode! EKS Auto Mode automates routine tasks for cluster compute, storage, and networking. Learn how to [create an EKS Auto Mode Cluster with eksctl](https://docs.aws.amazon.com/eks/latest/userguide/automode-get-started-eksctl.html). + +Version 0.195.0 or greater is required. + ## Installation `eksctl` is available to install from official releases as described below. We recommend that you install `eksctl` from only the official GitHub releases. You may opt to use a third-party installer, but please be advised that AWS does not maintain nor support these methods of installation. Use them at your own discretion. From 0d2681d4f1b57c95625abc0eeecf1310da1498cf Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 2 Dec 2024 13:40:14 -0600 Subject: [PATCH 2/2] add link to markdown and note for hybrid nodes --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8daec7cbfc..b6b592e808 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,24 @@ _Need help? Join [Eksctl Slack][slackjoin]._ ## New: EKS Auto Mode Support -`eksctl` now supports EKS Auto Mode! EKS Auto Mode automates routine tasks for cluster compute, storage, and networking. Learn how to [create an EKS Auto Mode Cluster with eksctl](https://docs.aws.amazon.com/eks/latest/userguide/automode-get-started-eksctl.html). +`eksctl` now supports EKS Auto Mode! EKS Auto Mode automates routine tasks for cluster compute, storage, and networking. + +* Learn how to [create an EKS Auto Mode Cluster with eksctl](https://docs.aws.amazon.com/eks/latest/userguide/automode-get-started-eksctl.html). +* Review the [eksctl docs](https://github.com/eksctl-io/eksctl/blob/main/userdocs/src/usage/auto-mode.md) for EKS Auto Mode. + +Version 0.195.0 or greater is required. + +## New: EKS Hybrid Nodes Support + +`eksctl` now supports EKS Hybrid Nodes! Hybrid Nodes enables you to run on-premises and edge applications on customer-managed infrastructure with the same AWS EKS clusters, features, and tools you use in the AWS Cloud. + +* For more information, see [Amazon EKS Hybrid Nodes overview](https://docs.aws.amazon.com/eks/latest/userguide/hybrid-nodes-overview.html) in the EKS User Guide. +* Review the [eksctl docs](https://github.com/eksctl-io/eksctl/blob/main/userdocs/src/usage/hybrid-nodes.md) for EKS Hybrid Nodes. Version 0.195.0 or greater is required. + + ## Installation `eksctl` is available to install from official releases as described below. We recommend that you install `eksctl` from only the official GitHub releases. You may opt to use a third-party installer, but please be advised that AWS does not maintain nor support these methods of installation. Use them at your own discretion.