From e213a6736ae25d99404dfe0ebcf692d8950bdc4b Mon Sep 17 00:00:00 2001 From: Pedro Maximino Date: Tue, 26 Nov 2024 11:30:38 +0100 Subject: [PATCH] fix: Disable blocking the cloud metadata server with iptables This is already done by the network policies set in place by us. --- swan/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/swan/values.yaml b/swan/values.yaml index 892ec4c..fe9f851 100644 --- a/swan/values.yaml +++ b/swan/values.yaml @@ -55,6 +55,7 @@ jupyterhub: tag: "v0.0.14" pullPolicy: "Always" cloudMetadata: + blockWithIptables: false ip: 169.254.169.254 networkPolicy: enabled: true