-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix kubeadm upgrade flow for k8s version 1.30 and above (#3267)
* Fix kubeadm upgrade flow for k8s version 1.30 and above Signed-off-by: Rahul Ganesh <[email protected]> * Use semver to parse k8s version and address func signature to return pointer Signed-off-by: Rahul Ganesh <[email protected]> * update checksums --------- Signed-off-by: Rahul Ganesh <[email protected]>
- Loading branch information
1 parent
33851e1
commit ab5127f
Showing
9 changed files
with
581 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
87be161dbce4ba2a879d1324eaef1fb9e64360bed91d634be68419f8aa575e7d _output/bin/upgrader/linux-amd64/upgrader | ||
36c982f3837aea97d7da15a0c76d065ba04e79215e379ab8a22693921792bbcf _output/bin/upgrader/linux-arm64/upgrader | ||
7740e6d8f892a49c6134ba529a741b75298ac40c9d2565e5f99ca93f1e1775df _output/bin/upgrader/linux-amd64/upgrader | ||
b80946b0a93fc543aa42e6b291f812f9a560779f46b5b8191007141c5d5bbb2b _output/bin/upgrader/linux-arm64/upgrader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.