While running the basic list-pods script against a cluster in GCP, I encounter the following error:
ERRO[0000] no Auth Provider found for name "gcp"
at file:///home/vw/dev/k6/scripts/list-pods.js:5:21(4)
at native executor=per-vu-iterations scenario=default source=stacktrace
From my understanding, the expected action is to read from the kubeconfig filepath provided (or take from the default path).
Is the default incorrect, or does the documentation need to be updated differently?
While running the basic list-pods script against a cluster in GCP, I encounter the following error:
From my understanding, the expected action is to read from the kubeconfig filepath provided (or take from the default path).
Is the default incorrect, or does the documentation need to be updated differently?