You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
rajatgupta24
changed the title
Error: superfluous response.WriteHeader call from github.com/unrolled/render.Head.Write
Issue with the kubeconfig Error: superfluous response.WriteHeader call from github.com/unrolled/render.Head.Write
Jul 22, 2022
I think this is an acceptable workaround. Something more we can do is look at the KUBECONFIG environment variable and loop over the files defined there. Not sure if that is worth it tbh since we already have a --kubeconfig flag.
Description
Hello, I installed jx-ui, and followed the instructions to set up the dev env (in README).
On running
./bin/ui
, I got a 404 error in the browser and the following logs in the terminalI have a working Jenkins X with k3s
Kubernetes version: v1.23.8
Jenkins X version: 3.3.3
Workaround
This will allow you to use different configs, by default the handler only reads ./kube/config.
The text was updated successfully, but these errors were encountered: