docs icon indicating copy to clipboard operation
docs copied to clipboard

Kubernetes Playbook GH links point to wrong cloud

Open joonvena opened this issue 1 year ago • 2 comments
trafficstars

What happened?

On some of the pages in Kubernetes Playbook Documentation links are only forwarding to AWS samples in Github.

Example

Here are couple example documentations: https://www.pulumi.com/docs/clouds/kubernetes/guides/worker-nodes/ https://www.pulumi.com/docs/clouds/kubernetes/guides/configure-defaults/ https://www.pulumi.com/docs/clouds/kubernetes/guides/apps/

Output of pulumi about

Additional context

Problem is happening because the gh-repo-stack is being tried to declared again but the markdown only parses it once and it sets the first link content to all the links which is AWS.

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

joonvena avatar Jan 15 '24 09:01 joonvena

Thanks for reporting this @joonvena! We'll get these links fixed up.

cnunciato avatar Jan 18 '24 18:01 cnunciato

This issue seems to specifically refer to this line (which is still broken in a lot of places):

The full code for this stack is on GitHub.

We should do a full audit of all those links and fix.

jkodroff avatar Jun 02 '25 14:06 jkodroff