This is a Bug Report
Problem:
The link from "Cluster Administration Overview" to " Picking the Right Solution" is a 404.
docs/setup/pick-right-solution/ does not exist, searching the repo seems like it's referenced in a few places.
It was removed by #14442
Proposed Solution:
Update the stale links to point to Setup page
Page to Update:
https://kubernetes.io/docs/setup/pick-right-solution
For example - this page - https://kubernetes.io/docs/concepts/cluster-administration/cluster-administration-overview/#planning-a-cluster is pointing to that link (pick-right-solution) but it doesn't exist.
grep -rnw '.' -e 'pick-right-solution' | wc -l
56
Looks like roughly 50 places are referencing it. Unless I'm missing something.
I'll start working on this
grep -rnw '.' -e 'pick-right-solution' | wc -l 56Looks like roughly 50 places are referencing it. Unless I'm missing something.
Here are the list of pages where there are references to pick-right-solution)
content\en\docs\concepts\cluster-administration\cluster-administration-overview.md
content\en\docs\tasks\federation\administer-federation\cluster.md
content\en\docs\tasks\federation\administer-federation\configmap.md
content\en\docs\tasks\federation\administer-federation\daemonset.md
content\en\docs\tasks\federation\administer-federation\deployment.md
content\en\docs\tasks\federation\administer-federation\namespaces.md
content\en\docs\tutorials\stateful-application\cassandra.md
Thanks for taking on this!
/good-first-issue
@Rajakavitha1:
This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
No worries @Rajakavitha1! PR is in!
Related issues for other localizations:
Most helpful comment
Related issues for other localizations: