Update kubectl to 1.25.3
Changelog can be found here
Details
Details
- Reviewers
ReillyBrogan - Group Reviewers
Triage Team - Commits
- R4352:dd6208c19447: Update kubectl to 1.25.3
Connected to cluster and successfully executed commands like kubectl get pods --all-namespaces
Diff Detail
Diff Detail
- Repository
- R4352 kubectl
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
FWIW I think kubectl only needs to be updated when:
- It's being updated to a new major version (1.24 -> 1.25)
- There's a change in a minor version that specifically impacts kubectl.
I'm still going to test this and merge it since you spent time updating it, just thought I'd give you my thoughts on keeping it updated in the future. Kubectl is not a project that needs to be on the most recent possible bugfix version given that most butfix releases only have fixes/changes for the rest of the Kubernetes project (the API server, scheduler, etc).