Hi, getting the following warnings when trying to ...
# google-cloud
f
Hi, getting the following warnings when trying to deploy a K8S service and deployment to GCP GKE:
warning: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "https://<redacted>/openapi/v2?timeout=32s": x509: certificate signed by unknown authority
Anyone knows what should I do to get rid of this?
g
You probably missed the CA data on you k8s provider.
f
Thanks