many-furniture-46304
04/09/2025, 9:08 PM.kube/config
file doesn't seem to help either. I've also tried setting KUBECONFIG
to empty string to no avail. Any pointers are appreciated 🙂stocky-restaurant-98004
04/11/2025, 10:05 PMmany-furniture-46304
04/12/2025, 1:22 PMmany-furniture-46304
04/16/2025, 12:17 PMstocky-restaurant-98004
04/16/2025, 3:20 PMskipUpdateUnreachable
? https://www.pulumi.com/registry/packages/kubernetes/api-docs/provider/#skipupdateunreachable_nodejsmany-furniture-46304
04/16/2025, 5:38 PMable-mouse-42616
04/28/2025, 3:32 PMKUBECONFIG
to a nonsense string (we use the word 'unset', fwiw).
I'm not sure if it's working here because our setup is different to yours (looks like you're using pulumi CLI with nodejs), but I thought I'd send this on the off chance it's as simple as giving KUBECONFIG
a nonsense value, rather than an empty string.many-furniture-46304
04/28/2025, 3:38 PMmany-furniture-46304
04/29/2025, 7:54 AMkubeconfig
with renderYamlToDirectory
option set:
error: pulumi:providers:kubernetes resource 'yaml-renderer': property kubeconfig value {unset} has a problem: "kubeconfig" arg is not compatible with "renderYamlToDirectory" arg
. Setting KUBECONFIG
env var to unset
gives me invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
.
I tried setting KUBERNETES_MASTER
but that doesn't seem to do anything, I suspect that's what terraform uses to find the kubeconfig?stocky-restaurant-98004
04/29/2025, 1:52 PM