kubernetes: enable hairpinning in flannel config

This commit is contained in:
Alexandru Scvorțov
2025-07-21 20:10:23 +01:00
parent 0382d0a27b
commit 72cc5aa6f2
@@ -41,6 +41,7 @@ in
cniVersion = "0.3.1";
delegate = {
isDefaultGateway = true;
hairpinMode = true;
bridge = "mynet";
};
}