docs
docs copied to clipboard
Kubernetes Playbook GH links point to wrong cloud
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).
Thanks for reporting this @joonvena! We'll get these links fixed up.
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.