redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

OpenShift support should be via `import openshift` or other existing Python package #195

Open RobertKrawitz opened 3 years ago

RobertKrawitz commented 3 years ago

There's an existing openshift package available on PyPi that provides OpenShift support. Reference https://github.com/RobertKrawitz/OpenShift4-tools/blob/7f38a73f61fde0d7dcf43de2814c0cf14a5199cd/experimental/prom-extract

RobertKrawitz commented 3 years ago

This should be done at some point, but is not especially high priority as the existing use of oc is well enough encapsulated.