Skip to content

fix: remove broken GKE managed ML diagnostics doc link#3826

Open
immanuwell wants to merge 2 commits into
pulumi:masterfrom
immanuwell:fix/container-cluster-doc-link
Open

fix: remove broken GKE managed ML diagnostics doc link#3826
immanuwell wants to merge 2 commits into
pulumi:masterfrom
immanuwell:fix/container-cluster-doc-link

Conversation

@immanuwell

@immanuwell immanuwell commented Jun 8, 2026

Copy link
Copy Markdown

Fixes a small docs papercut.

gcp.container.Cluster shipped a dead https://docs.cloud.google.com/kubernetes-engine/docs/concepts/TODO link and an extra leading ) in the managedMachineLearningDiagnosticsConfig description. This keeps public docs clean, while the test still documents that upstream currently ships a TODO placeholder there. No runtime behavior change, just docs.

Repro:

  1. On master, search managedMachineLearningDiagnosticsConfig in provider/cmd/pulumi-resource-gcp/schema.json.
  2. Open https://docs.cloud.google.com/kubernetes-engine/docs/concepts/TODO.
  3. It returns 404, so the link is busted.

Checks:

  • cd provider && go test . -run "TestReplacementsDotJSON|TestReplacementDoesNotIncludeTodos"
  • python3 -m py_compile sdk/python/pulumi_gcp/container/cluster.py
  • cd sdk && go build ./go/gcp/container

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

PR is now waiting for a maintainer to run the acceptance tests.
Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

PR is now waiting for a maintainer to run the acceptance tests.
Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant