From 5eb11801ca8476c65a94f2a9655348a1a0fd24cd Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 10 Jan 2022 22:13:09 +0100
Subject: [PATCH] fix(calico): Update IP pool cidr

---
 bootstrap/calico/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml
index 11952ec86..33c58437b 100644
--- a/bootstrap/calico/release.yaml
+++ b/bootstrap/calico/release.yaml
@@ -22,7 +22,7 @@ spec:
         hostPorts: Enabled
         ipPools:
           - blockSize: 26
-            cidr: 192.168.0.0/16
+            cidr: 10.1.0.0/16
             encapsulation: VXLAN
             natOutgoing: Enabled
             nodeSelector: all()
-- 
GitLab