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.
Orb version:
1.3.1
What happened:
Installing versions more recent than 1.28 results in downloading an error page that contains:
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.