adk-docs
adk-docs copied to clipboard
Misdirecting for how to deploy off of Google Cloud
Describe the bug
In the section on how to deploy to non-Google Cloud environments, the documentation directs the reader to "Follow the instructions for deploying your agent to Cloud Run, specifically the case where you it describes how to use a custom Dockerfile."
The directions for deploying an agent to Cloud Run does not have a section on a custom Dockerfile.
To Reproduce
Visit https://google.github.io/adk-docs/deploy/#other-container-friendly-infrastructure and then follow the redirect to Cloud Run. Search that section for anything about a custom Dockerfile. It doesn't exist.
Expected behavior
Directed to the right section of the documentation.
Screenshots
N/A Versions
N/A
Additional context
It's possible that this should be directing users to the GKE section, which does have a Dockerfile section. https://google.github.io/adk-docs/deploy/gke/#code-files
I just ran into the same issue before I realized you have to go down to the Deployment section and then click on the Python - gcloud CLI tab to see it.
@rcleveng good find! I might submit a PR to clarify where to look within the Cloud Run section