Is there any good way to connect to several gke cl...
# general
t
Is there any good way to connect to several gke clusters that I create in a stack to deploy some services to them? I’m trying to convert them to kubernetes providers but get the following error
Copy code
configured Kubernetes cluster is unreachable: failed to parse kubeconfig data in `kubernetes:config:kubeconfig`; this must be a YAML literal string and not a filename or path - yaml: line 2: mapping values are not allowed in this context
turns out this error also happens when the cluster isn’t ready yet. So config was correct…just needed a delay