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

[kubectl] Download kubectl from dl.k8s.io #412

Open
hcoona opened this issue Nov 22, 2024 · 0 comments
Open

[kubectl] Download kubectl from dl.k8s.io #412

hcoona opened this issue Nov 22, 2024 · 0 comments

Comments

@hcoona
Copy link

hcoona commented Nov 22, 2024

I don't know why but I noticed that many versions of kubectl for windows exists in dl.k8s.io but absent in storage.googleapis.com. The Kubernetes official document use dl.k8s.io. See https://github.com/kubernetes/website/blob/bf96dbe898c216334f78cfc5ccb4ef539cabba85/content/en/docs/tasks/tools/install-kubectl-windows.md?plain=1#L37

For example:

$ curl 'https://dl.k8s.io/release/v1.29.10/bin/windows/amd64/kubectl.exe'
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
$ curl 'https://storage.googleapis.com/kubernetes-release/release/v1.29.10/bin/windows/amd64/kubectl.exe'
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: kubernetes-release/release/v1.29.10/bin/windows/amd64/kubectl.exe</Details></Error>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant