Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <kpango@vdaas.org>
  • Loading branch information
kpango committed Feb 3, 2025
1 parent 4124762 commit d9814a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.d/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ k3d/start:
$(K3D_COMMAND) cluster create $(K3D_CLUSTER_NAME) \
--agents $(K3D_NODES) \
--image docker.io/rancher/k3s:$(K3S_VERSION) \
--network=$(K3D_NETWORK) \
--host-pid-mode=$(K3D_HOST_PID_MODE) \
--api-port $(K3D_HOST):$(K3D_PORT) \
-v "/lib/modules:/lib/modules" \
--k3s-arg '--kubelet-arg=eviction-hard=imagefs.available<1%,nodefs.available<1%@agent:*' \
--k3s-arg '--kubelet-arg=eviction-minimum-reclaim=imagefs.available=1%,nodefs.available=1%@agent:*' \
$(K3D_OPTIONS)
@make k3d/config

Expand Down
2 changes: 1 addition & 1 deletion versions/K3S_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.31.3-k3s1
v1.31.4-k3s1

0 comments on commit d9814a2

Please sign in to comment.