Releases: rancher/eks-operator
Releases · rancher/eks-operator
v0.1.0-rc3
Bugs fixed:
*cluster not deleting because another cluster is referencing the same node instance role
Other changes:
*controller generated values now set in status to avoid being overwritten
v0.1.0-rc2
Can provision EKS clusters with the following configurable properties:
- region
- public access
- public access CIDR sources
- private access
- using secrets containing AWS access key and secret key, "amazonec2credentialConfig-accessKey" and "amazonec2credentialConfig-secretKey" respectively
- using instance profiles
- can set VPC/subnets/security-groups/service-role or they will be created for you
- node groups
Node group properties:
- max size
- min size
- desired size
- disk size
- ssh key
- gpu
- instance type
- labels
- can set Kubernetes version after creation to prevent automatic update when updating cluster
v0.1.0-rc1
Can provision EKS clusters with the following configurable properties:
- region
- public access
- public access CIDR sources
- private access
- using secrets containing AWS access key and secret key, "amazonec2credentialConfig-accessKey" and "amazonec2credentialConfig-secretKey" respectively
- using instance profiles
- can set VPC/subnets/security-groups/service-role or they will be created for you
- node groups
Node group properties:
- max size
- min size
- desired size
- disk size
- ssh key
- gpu
- instance type
- labels
- can set Kubernetes version after creation to prevent automatic update when updating cluster