witty-midnight-20567
02/26/2023, 3:48 PM2023-02-26T15:37:29.234Z ERROR controller-runtime.client.config unable to get kubeconfig {"error": "could not get current user: user: Current requires cgo or $USER, $HOME set in environment"}
then if I give it what it wants:
env:
- name: USER
value: "1000"
- name: HOME
value: "/tmp"
it tells me:
2023-02-26T15:47:28.056Z ERROR controller-runtime.client.config unable to get kubeconfig {"error": "invalid configuration: no configuration has been provided", "errorCauses": [{"error": "no configuration has been provided"}]}
witty-midnight-20567
02/26/2023, 3:52 PMautomountServiceAccountToken: false
witty-midnight-20567
02/26/2023, 3:52 PMenough-yak-81379
02/27/2023, 8:12 AM