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

Add interactive mode for selecting Tk8 provisioners while creating cluster #110

Closed ishantanu closed 5 years ago

ishantanu commented 5 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like An interactive prompt in the CLI. The user can select the provisioner and the config.yaml for the provisioner can be applied. The user does not need to manually specify the provisioner name in the command.

Describe alternatives you've considered NA Additional context NA

ishantanu commented 5 years ago

Fixed by #111