Skip to content

kubernetes/install-kubectl cannot install versions after 1.28 #74

@simon-weber-revel

Description

@simon-weber-revel

Orb version:

1.3.1

What happened:

Installing versions more recent than 1.28 results in downloading an error page that contains:

<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object:...</Details></Error>

Expected behavior:

kubectl should download successfully.

Additional Information:

It looks like the orb uses the old storage.googleapis.com location, which was been deprecated for a while. New releases aren't uploaded there anymore: kubernetes/kubernetes#127796 (comment)

The proper location looks to be https://dl.k8s.io.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions