Docs feedback: Create a Google GKE cluster instructions are out of sequence
The sequence provided looks like this:
- Import the example project.
- Register the agent for Kubernetes.
- Create your GCP credentials.
- Configure your project.
- Provision your cluster.
But it isn't possible to register the agent before the cluster has been created. And the project needs to be configured before the pipeline can be run.
It probably should be something like:
- Create your GCP credentials
- Import the example project
- Configure your project
- Provision your cluster
- Register the agent for Kubernetes - this step cannot happen until a cluster exists.
I've had a few customers comment that the whole process is hard to follow and this page seems to be the crux of the problem.