grafana / xk6-kubernetes

Client extension for interacting with Kubernetes clusters from your k6 tests.
Apache License 2.0
64 stars 21 forks source link

Allow login with token #105

Closed davidpst closed 11 months ago

davidpst commented 11 months ago

Allow create a session with server host and token

const k8s = new Kubernetes({
    server: "<SERVER_HOST>",
    token: "<TOKEN>",
});