- Fix GPU support for advanced configurations with tainted nodepools.
- Make
m7i.4xlarge
the default machine type for nodepools. - Miscellaneous UI improvements.
- Adding tagging support for EKS clusters. Cluster tags also get inherited by node pools.
- Fix clusters creation with GPU driver with Python 2 code environments
- Fix an issue when using the action to add a node pool with GPU
- Allowing for multiple node pool definitions on cluster startup
- Adding labels and taints support for node pools
- Ensure latest version of Nvidia driver for GPU
- Update Nvidia driver URL to new location
- Fix a bug where node pool configuration is ignored
- Choose autoscaler version based on the Kubernetes cluster version. For Kubernetes prior to 1.24, autoscaler version used is
v1.24.3
- Increase default disk size for the nodes to 200GB
- Make plugin compatible with AWS requiring IMDS_V2 instances
- Added
wait
option to "resize cluster" macro - Support non-numeric-only
kubectl
versions
- Added support for Python 3.8, 3.9, 3.10 (experimental), 3.11 (experimental)
- Python 2.7 is now deprecated
- Macro
Add node pool
now adds the node pool in the cluster security groups
- Add support of v1beta1 apiVersion when attaching
- Add support for fully-managed private clusters
- Throwing an exception when command invoked by
EksctlCommand.run_and_get_output
orAwsCommand.run_and_get_output
fails - Handle creating fully-private clusters (nodes in private subnets and private control plane endpoint)
- Add option to install Metrics Server
- Fix "Inspect node pools" macro when using managed node groups
- Support tagging nodes
- Remove macro
Run Kubectl command
(natively supported in DSS 10.0.6) - Support spot instances in node groups
- Update autoscaler to v1.20.2
- Add capability to assume IAM role on all cluster operation
- Fix use of
AWS_DEFAULT_REGION
environment variable
- Trim security group parameter string
- Update eksctl download URL
- Fix several Python 3 related issues
- Add support for Python 3
- Add GPU Driver support
- Fix the "resize cluster" macro
- Fix
Test network connectivity
macro when the hostname is already an IP.