Simon Stusak
02/15/2022, 4:15 PMKevin Kho
kubectl
is configured to.Simon Stusak
02/16/2022, 2:40 PMflow.run_config = KubernetesRun()
everything is working fine and the flow is using the already available KubernetesAgent. However, I only assume that this agent has a connection to a cluster in our GCP account and uses some workloads there. Probably prefect-agent in the screenshot triggers a job for every flow. But where is this connection between the prefect cloud KubernetesAgent and the GCP cluster/workload defined? And how can I be sure that the dask-workloads for example are not in use? Thanks!Kevin Kho
Simon Stusak
02/17/2022, 4:10 PMKevin Kho