https://pulumi.com logo
Title
w

white-train-9300

11/15/2021, 4:08 AM
Hello! Did someone already had issues updating Kubernetes certificates and refreshing pulumi stack? I’m currently getting the following error
kubernetes:core/v1:PersistentVolume storage-3 refreshing warning: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: the server has asked for the client to provide credentials
b

billowy-army-68599

11/15/2021, 4:29 AM
this is coming from your Kubernetes cluster, does
kubectl cluster-info
work?
the error you're showing is a response from the Kubernetes API server
w

white-train-9300

11/24/2021, 11:07 AM
Hi @billowy-army-68599:
Kubernetes master is running at <https://172.16.24.240:6443|https://172.16.24.240:6443>
KubeDNS is running at <https://172.16.24.240:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy|https://172.16.24.240:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy>
Seems like the cluster is running successfully, but the credentials used by pulumi Kubernetes provider is still not up to date.