mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Optimize kgpp #127

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

kgpp should run faster if nodes don't have docker

Why?

getting pod ports is very helpful and many clusters don't use docker as their container runtime.

What-should happen?

We should check for docker before we start running things, and exit early if it's not there and run locally.

Covers this TODO

Steps to Test

  1. Run kgpp against a cluster that doesn't use docker as it's backing engine, it should almost immediately upon the nodeshell finishing setup.

Code of Conduct