After spending ages trying to follow https://cloud.google.com/architecture/accessing-private-gke-clusters-with-cloud-build-private-pools and get my private worker pool to access my private GKE cluster, I managed to get it working.
However, I'm now trying to use Cloud Deploy to deploy workloads to my private GKE cluster. Since Cloud Deploy doesn't use my Cloud Build private worker pool, it can't leverage the connectivity between the worker pool and the GKE. Is there a way to make Cloud Deploy access a private GKE? I'm not finding anything online for that.
Thanks!