Skip to content

Commit

Permalink
k3s: 1.31 helper
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Feb 8, 2025
1 parent 3c84693 commit fd9b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s-helpers
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@ k3dwatchlist() {
echo -e "--k3s-arg --kube-apiserver-arg=feature-gates=WatchList=true@server:*"
}

k3dmake24() { k3dmake "24" "1.24"; }
k3dmake25() { k3dmake "25" "1.25"; }
k3dmake26() { k3dmake "26" "1.26"; }
k3dmake27() { k3dmake "27" "1.27" $(k3dwatchlist); }
k3dmake28() { k3dmake "28" "1.28" $(k3dwatchlist); }
k3dmake29() { k3dmake "29" "1.29" $(k3dwatchlist); }
k3dmake30() { k3dmake "30" "1.30" $(k3dwatchlist); }
k3dmake31() { k3dmake "31" "1.31"; } # Kubernetes has watchlist from 1.31

# -----------------------------------------------------------------------------
# misc kubernetes helpers
Expand Down

0 comments on commit fd9b00e

Please sign in to comment.