Skip to content

Commit 0f85cf8

Browse files
nirsraghavendra-talur
authored andcommitted
drenv: Fix disable port forwarding with lima 2.0
lima 2.0 changed the required configuration to disable port forwarding, breaking our k8s template[1]. Add the new required option `guestIPMustBeZero: false` to disable port forwarding. [1] lima-vm/lima#4403 Signed-off-by: Nir Soffer <[email protected]>
1 parent 17ece05 commit 0f85cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/drenv/providers/lima/k8s.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ portForwards:
3131
- ignore: true
3232
proto: any
3333
guestIP: "0.0.0.0"
34+
guestIPMustBeZero: false
3435

3536
param:
3637
# If set, allow acess to local insecure registry and use it as image

0 commit comments

Comments
 (0)