am trying to create a GKE job by following the instructions in the official documentation.
I am doing it though via Cloud Shell. I have created the yaml file, however when I run the command:
kubectl apply -f config.yaml
I am getting the following error:
Unable to connect to the server: context deadline exceeded
What is the problem and what exactly is a context deadline?
I have made sure to enable the GKE API.
I wondered whether I needed to create a cluster first before submitting the job, but the tutorial makes no mention of creating a cluster.