kubeflow / website

Kubeflow's public website
Creative Commons Attribution 4.0 International
145 stars 752 forks source link

v1-8-branch.kubeflow.org, from the versions dropdown, doesn't resolve #3644

Open chalin opened 7 months ago

chalin commented 7 months ago

The Kubeflow version menu contains a v1.8 entry (and v1.8 was release Nov 1), but the link's host doesn't resolve (https://v1-8-branch.kubeflow.org/):

$ curl https://v1-8-branch.kubeflow.org/ 
curl: (6) Could not resolve host: v1-8-branch.kubeflow.org
thesuperzapper commented 7 months ago

@zijianjoy I believe this is done through a CNAME DNS record (check the older branches for reference.

thesuperzapper commented 7 months ago

Although part of me thinks that we actually shouldn't have cut the v1.8 branch yet, as we usually just leave the latest version as master.

Because we often continue updating the docs after the release, users will get confused if we have a version 1.8 branch, that is actually out of date.