amimof / kubernetes-the-right-way

Install Kubernetes with Ansible
MIT License
28 stars 7 forks source link

Additional node tools #64

Closed anton-johansson closed 4 years ago

anton-johansson commented 4 years ago

It's probably not KTRW's responsibility, but would it be a good idea to install additional tools on the nodes, if specific parameters are set in the inventory of course?

For example, I feel it would be great to have crictl installed so it's easier to debug when issues occur. There are maybe other useful tools that could be optional for KTRW.

Again, it's not really KTRW's responsibility. Thoughts?

amimof commented 4 years ago

I've also thought of installing crictl on the nodes. It has binary releases so its dist independent. Adding it to KTRW is simple enough and is a good idea I think.