We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c84693 commit fd9b00eCopy full SHA for fd9b00e
.k8s-helpers
@@ -223,13 +223,13 @@ k3dwatchlist() {
223
echo -e "--k3s-arg --kube-apiserver-arg=feature-gates=WatchList=true@server:*"
224
}
225
226
-k3dmake24() { k3dmake "24" "1.24"; }
227
k3dmake25() { k3dmake "25" "1.25"; }
228
k3dmake26() { k3dmake "26" "1.26"; }
229
k3dmake27() { k3dmake "27" "1.27" $(k3dwatchlist); }
230
k3dmake28() { k3dmake "28" "1.28" $(k3dwatchlist); }
231
k3dmake29() { k3dmake "29" "1.29" $(k3dwatchlist); }
232
k3dmake30() { k3dmake "30" "1.30" $(k3dwatchlist); }
+k3dmake31() { k3dmake "31" "1.31"; } # Kubernetes has watchlist from 1.31
233
234
# -----------------------------------------------------------------------------
235
# misc kubernetes helpers
0 commit comments