Skip to content

Commit c1113c5

Browse files
committed
drenv: Update flannel version to v0.27.0
drenv: Update flannel version to v0.27.0 Update flannel CNI plugin version from v0.24.0 to v0.27.0 to align with upstream Lima changes. This follows the update in lima-vm/lima#2991 which updated the flannel version in the upstream k8s.yaml template. Resolves #1704 Signed-off-by: raaizik <[email protected]>
1 parent 9b34d7b commit c1113c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/drenv/providers/lima/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ provision:
175175
kubectl scale deploy coredns -n kube-system --replicas=1
176176
177177
# Installing a Pod network add-on
178-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.24.0/kube-flannel.yml
178+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.27.0/kube-flannel.yml
179179
180180
# Control plane node isolation
181181
kubectl taint nodes --all node-role.kubernetes.io/control-plane-

0 commit comments

Comments
 (0)