purple-coat-77714
01/28/2020, 5:11 PMerror: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get https://<DIFFERENT_IP_THAN_CLUSTER>/openapi/v2?timeout=32s: dial tcp <DIFFERENT_IP_THAN_CLUSTER>:443: i/o timeout
. It seems like I’m missing a step, did anyone encounter this before?gorgeous-egg-16927
01/28/2020, 5:19 PMprovider
opt to that exported value. If this opt is not set, it will default to using the ambient kubeconfig settings, so it may be pointing to a locally configured cluster by mistake.purple-coat-77714
01/28/2020, 5:22 PMgorgeous-egg-16927
01/28/2020, 5:23 PMkubeconfig
as part of the stack config to prevent this mistake.
pulumi config set kubernetes:config:kubeconfig "dummy"
purple-coat-77714
01/28/2020, 5:31 PM