kubernauts / tk8

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

Add-On install bug #86

Closed MuellerMH closed 5 years ago

MuellerMH commented 5 years ago

Describe the bug If the user install a addon which is not local the cmd get the code but do not install the add-on on the cluster. in the second run of the cmd it will work.

To Reproduce Steps to reproduce the behavior:

  1. delete the addons folder if present
  2. tk8 addon install rancher
  3. cmd clone the repository but dosn´t install it
  4. Run again tk8 addon install rancher
  5. addon get installed

Expected behavior with the first command, the addon get cloned and installed in one step

Desktop (please complete the following information):