Releases: rancher/eks-operator
Releases · rancher/eks-operator
v0.1.0-rc7
Fixed bug:
Prevents nil pointer exception by no longer attempting to record error on deletion
v0.1.0-rc6
Changes:
errors now recorded in status
added generated fields to status
v0.1.0-rc5
Bug fixes:
fixed bug where status would update to active before checking node groups
v0.1.0-rc4
Bug fixes:
- Fix node instance role deletion by giving each created role a unique name
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