IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

Enhancement to support oc login with apikey #6

Closed eling-ibm closed 1 year ago

eling-ibm commented 1 year ago

Right now, the tool only support oc login with credential using user/password or token. It is very common to use apikey to login OCP cluster especially for ROKS clusters.

The enhancement request is to include the following oc login option while running IO perf testing on the cluster. oc login -u apikey -p {ocp_apikey} --server={ocp_url}

bxu1999 commented 1 year ago

Sure, will do. Thanks.

bxu1999 commented 1 year ago

This enhancement has been implemented and delivered. Please follow the README to try it.

If you find any issue, reopen this git issue. Thanks.