-
Notifications
You must be signed in to change notification settings - Fork 3k
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} Fix kubectl 404 Not Found issue by updating source_url to dl.k8s.io #30130
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Noticed this PR is added to Milestone October 2024. Is this planned to merge before the 29th of October ? |
@sabags Yes, this is more specific information for the milestone |
@FumingZhang Could you please help review this PR as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description
#30101
This PR should fix the initial issue reported.
Downloading kubectl for latest version of 1.30 and 1.29 returned 404 Not found error.
The "kubernetes-release" bucket has been deprecated which means its likely the bucket doesn't receive the latest updates anymore (check this - kubernetes/k8s.io#1571)
This is related to kubernetes change (kubernetes/k8s.io#2396) to move away from GCS bucket in GCP project.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.