Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-On install bug #86

Closed
MuellerMH opened this issue Dec 10, 2018 · 0 comments
Closed

Add-On install bug #86

MuellerMH opened this issue Dec 10, 2018 · 0 comments

Comments

@MuellerMH
Copy link
Contributor

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):

  • OS: mac
  • Version latest
MuellerMH added a commit that referenced this issue Dec 10, 2018
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>
MuellerMH added a commit that referenced this issue Dec 10, 2018
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>
MuellerMH added a commit that referenced this issue Dec 10, 2018
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>
MuellerMH added a commit that referenced this issue Dec 10, 2018
* Release 0.6.0 (#83)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* Release/0 5 1 (#74)

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47

* Bug/version (#75)

* #67 | modify | remove not needed requirements

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | fix | Getting started link

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | modify | change path relative

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Release/0 5 1 (#73)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* BUG | Fix Version display

The version is not display like accepted
This will fix it

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Add rke provisioner related variables

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

* RKE provisioner changes (#81)

* Add documentation for using rke provisioner

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

* Add changes for rke provisioner configuration

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

* update the documentation

add tk8 addon install rancher

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* move common stuff to the main pkg

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Fix doc path rke

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* RKE region issue fix

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

* add signed #86 | BUG | Addon | fx addon bug

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>
MuellerMH added a commit that referenced this issue Jan 13, 2019
* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* Release/0 5 1 (#74)

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47

* Bug/version (#75)

* #67 | modify | remove not needed requirements

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | fix | Getting started link

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | modify | change path relative

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Release/0 5 1 (#73)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* BUG | Fix Version display

The version is not display like accepted
This will fix it

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Add rke provisioner related variables

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

* RKE provisioner changes (#81)

* Add documentation for using rke provisioner

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

* Add changes for rke provisioner configuration

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

* update the documentation

add tk8 addon install rancher

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* move common stuff to the main pkg

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Fix doc path rke

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* RKE region issue fix

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

* Fixing typo (#84)

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>

* Bug/addon install bug (#87)

* Release 0.6.0 (#83)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* Release/0 5 1 (#74)

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47

* Bug/version (#75)

* #67 | modify | remove not needed requirements

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | fix | Getting started link

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | modify | change path relative

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Release/0 5 1 (#73)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* BUG | Fix Version display

The version is not display like accepted
This will fix it

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Add rke provisioner related variables

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

* RKE provisioner changes (#81)

* Add documentation for using rke provisioner

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

* Add changes for rke provisioner configuration

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

* update the documentation

add tk8 addon install rancher

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* move common stuff to the main pkg

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Fix doc path rke

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* RKE region issue fix

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

* add signed #86 | BUG | Addon | fx addon bug

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Tweaking addon addition/removal functionality (#89)

* Adding functionality for addons where different main.sh is required for
removal and installation.

example: helm where installation and removal of tiller componenet happens
with hte helm of helm init and helm reset and not yaml files

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>

* Cleanup - removing unnecessary print statements

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>
MuellerMH added a commit that referenced this issue Jun 7, 2019
* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* Release/0 5 1 (#74)

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47

* Bug/version (#75)

* #67 | modify | remove not needed requirements

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | fix | Getting started link

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | modify | change path relative

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Release/0 5 1 (#73)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* BUG | Fix Version display

The version is not display like accepted
This will fix it

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Add rke provisioner related variables

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

* RKE provisioner changes (#81)

* Add documentation for using rke provisioner

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

* Add changes for rke provisioner configuration

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

* update the documentation

add tk8 addon install rancher

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* move common stuff to the main pkg

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Fix doc path rke

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* RKE region issue fix

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

* Fixing typo (#84)

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>

* Bug/addon install bug (#87)

* Release 0.6.0 (#83)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* Release/0 5 1 (#74)

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47

* Bug/version (#75)

* #67 | modify | remove not needed requirements

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | fix | Getting started link

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* #66 | modify | change path relative

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update Documentation on master branch (#72)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Release/0 5 1 (#73)

* Modified docs

Signed-off-by: niki-1905 <nikkikokitkar@gmail.com>

* Remove jmeter submodule, literatebee key, and empty vendor folder.

Signed-off-by: Arush Salil <me@aru.sh>

* Update Dockerfile

Signed-off-by: Arush Salil <me@aru.sh>

* Update Readme

Signed-off-by: Arush Salil <me@aru.sh>

* Update AWS documentation

Signed-off-by: Arush Salil <me@aru.sh>

* Add lifecycle documentation.

Signed-off-by: Arush Salil <me@aru.sh>

* Fix typo

Signed-off-by: Arush Salil <me@aru.sh>

* Refactor and add tests

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Update documentation

* Update .gitignore

* add pkg provisioner

* Update Makefile

* TK8-47  add infrastructure only flag

https://kubernauts.atlassian.net/browse/TK8-47
Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* BUG | Fix Version display

The version is not display like accepted
This will fix it

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Add rke provisioner related variables

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

* RKE provisioner changes (#81)

* Add documentation for using rke provisioner

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

* Add changes for rke provisioner configuration

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

* update the documentation

add tk8 addon install rancher

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* move common stuff to the main pkg

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Fix doc path rke

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* RKE region issue fix

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

* add signed #86 | BUG | Addon | fx addon bug

Signed-off-by: Manuel Müller <mueller.m.h@gmail.com>

* Tweaking addon addition/removal functionality (#89)

* Adding functionality for addons where different main.sh is required for
removal and installation.

example: helm where installation and removal of tiller componenet happens
with hte helm of helm init and helm reset and not yaml files

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>

* Cleanup - removing unnecessary print statements

Signed-off-by: Imran Pochi <pochiimran@yahoo.co.in>

* WIP: Terraform Provider Rancher2 integration (#101)

* Terraform Provider Rancher2 integration

Signed-off-by: ishantanu <shantanud106@gmail.com>

* Add disk size option

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

* Add distro vars in template

Signed-off-by: Shantanu Deshpande <shantanud106@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant