Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: upstream Kubernetes API resource links show SSL certificate error #1032

Closed
mikemorris opened this issue Mar 8, 2022 · 1 comment · Fixed by #1045
Closed

docs: upstream Kubernetes API resource links show SSL certificate error #1032

mikemorris opened this issue Mar 8, 2022 · 1 comment · Fixed by #1045
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation.
Milestone

Comments

@mikemorris
Copy link
Contributor

What happened:
Upstream Kubernetes API resource links from the API specification page (such as the Kubernetes meta/v1.LabelSelector field on RouteNamespaces) lead to an SSL certificate warning. I've noticed this on other upstream k8s API resources too, but don't have an exhaustive list of bad links currently.

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for v1-18.docs.kubernetes.io. The certificate is only valid for the following names: *.netlify.app, netlify.app
 
Error code: SSL_ERROR_BAD_CERT_DOMAIN

What you expected to happen:
These Kubernetes API resource links should likely point to a current version of the reference docs such as https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#labelselector-v1-meta (is there an alias for latest that wouldn't need to be updated regularly?) and/or explanatory content like https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors (which is actually a bit better at providing context on how to use this resource from a developer experience perspective).

How to reproduce it (as minimally and precisely as possible):
Click the Kubernetes meta/v1.LabelSelector link from the RouteNamespaces) resource.

@mikemorris mikemorris added the kind/bug Categorizes issue or PR as related to a bug. label Mar 8, 2022
@kundan2707
Copy link
Contributor

/kind documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants