Skip to content

Commit fd9b00e

Browse files
committed
k3s: 1.31 helper
Signed-off-by: clux <[email protected]>
1 parent 3c84693 commit fd9b00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.k8s-helpers

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ k3dwatchlist() {
223223
echo -e "--k3s-arg --kube-apiserver-arg=feature-gates=WatchList=true@server:*"
224224
}
225225

226-
k3dmake24() { k3dmake "24" "1.24"; }
227226
k3dmake25() { k3dmake "25" "1.25"; }
228227
k3dmake26() { k3dmake "26" "1.26"; }
229228
k3dmake27() { k3dmake "27" "1.27" $(k3dwatchlist); }
230229
k3dmake28() { k3dmake "28" "1.28" $(k3dwatchlist); }
231230
k3dmake29() { k3dmake "29" "1.29" $(k3dwatchlist); }
232231
k3dmake30() { k3dmake "30" "1.30" $(k3dwatchlist); }
232+
k3dmake31() { k3dmake "31" "1.31"; } # Kubernetes has watchlist from 1.31
233233

234234
# -----------------------------------------------------------------------------
235235
# misc kubernetes helpers

0 commit comments

Comments
 (0)