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

are we pointing to the right place for kubernetes downloads? #1076

Closed
ahrkrak opened this issue Jun 13, 2023 · 2 comments · Fixed by flatcar-archive/flatcar-docs#319
Closed
Assignees

Comments

@ahrkrak
Copy link
Contributor

ahrkrak commented Jun 13, 2023

I see on https://www.flatcar.org/docs/latest/container-runtimes/getting-started-with-kubernetes/ we refer to downloads from https://storage.googleapis.com/kubernetes-release but it looks like those aren't the official kubernetes download links, and we should be using dl.k8s.io as the link (see https://kubernetes.io/releases/download/)
Don't want to update directly as there may be a good reason for the original link, but someone who knows for sure might want to check this! :-)

@tormath1
Copy link
Contributor

Thanks for the heads-up @ahrkrak, it's actually a redirection:

$ curl --head https://dl.k8s.io/v1.27.2/bin/linux/amd64/kubectl
HTTP/2 302
server: nginx
date: Tue, 13 Jun 2023 12:30:37 GMT
content-type: text/html
content-length: 138
location: https://storage.googleapis.com/kubernetes-release/release/v1.27.2/bin/linux/amd64/kubectl
via: 1.1 google
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000

@ahrkrak
Copy link
Contributor Author

ahrkrak commented Jun 13, 2023

ok... I had thought it might be like the recent registry move, where they have a common domain that resolves to different cloud providers depending on where you pull from. are you sure that's not the case? seems like we should use the canonical URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants