perftool-incubator / rickshaw

A project to facilitate execution of benchmarks and tools via extensions for many target environments
Apache License 2.0
0 stars 10 forks source link

Integrate k8s/oc into the k8s endpoint directly #37

Open atheurer opened 4 years ago

atheurer commented 4 years ago

If possible avoid the use of ssh and run k8s commands from the rickshaw controller. This might not be possible if the k8s service is not accessible from the rickshaw controller and may force having the rickshaw controller on the k8s "admin" node.

atheurer commented 3 years ago

Making this my top rickshaw prio as I am tired of all the ssh crap we are doing.

k-rister commented 3 years ago

I'm skeptical of how this would work. Right now the k8s "admin" node has a client version install that matches the k8s environment. Managing that would seem to be extremely complicated given what we know about k8s (really OCP) installations.