Problem :
In the v1.19 version of the Kubernetes site - https://v1-19.docs.kubernetes.io/docs/reference/, we are seeing the link for Kubernetes API - https://v1-19.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/
Steps to Reproduce :
Solution :
https://v1-19.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/ is the correct Kubernetes API Reference for v1.19 and the link has to be re-titled as Kubernetes API Reference v1.19
Note: As the further older doc versions are not maintained, not sure if it has to be fixed in those as well.
/triage accepted
/kind bug
/priority important-soon
@annajung FYI
This looks like a metadata bug, but I'm not exactly sure where the fix is (as I haven't yet investigated)
The behavior seen here (linking to the current API reference) has come from https://github.com/kubernetes/website/pull/18837
👀
The config.toml in the release-1.19 branch should set latest to 1.19.
The shortcode uses, {{ site.Params.latest }} and this variable is set to 1.20.
I can fix this.
/assign
The 1.18, 1.17 branches appear to depend on the latest parameter as well.
Hi @raghvenders .
What do you think about closing this issue?
Feel free to reopen if the issue is still there.
/close
@tengqm: Closing this issue.
In response to this:
Feel free to reopen if the issue is still there.
/close
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.
@kbhawkey - Thanks for fixing the issue.