I have created a free account on GCP as also my first cluster.
I want to deploy istio
on my GKE cluster, so I am following the official instructions.
At some point, the instructions indicate that I should
Ensure that the Google Kubernetes Engine API is enabled for your project (also found by navigating to “APIs & Services” -> “Dashboard” in the navigation bar)
What is that supposed to mean? Isn't the API already active since I have created and I am running a cluster?
How can a cluster be running without the API being enabled?