kubernauts / tk8

CLI to deploy Kubernetes with RKE, EKS or Kubeadm and deploy additional addons
Apache License 2.0
266 stars 48 forks source link

Cattle-AWS bug fixes and new features #116

Closed ishantanu closed 4 years ago

ishantanu commented 4 years ago

New features:

  1. Specify VPC CIDR block with vpc_cidr_block
  2. Specify zone with zone
  3. Subnet creation is done using cidrsubnet()
  4. Removed the os option and added ssh_user field for using it with ami_id.

Bug fixes:

  1. IAM worker instance profile not being used correctly when specified by the user.

Signed-off-by: Shantanu Deshpande shantanud106@gmail.com