Fixups after Node refactor
Test Plan: Tested in the CTS revision.
X-Origin-Diff: phab/D618
GitOrigin-RevId: 4c591d463a0709fc944f52e32069cb7ababd55ca
diff --git a/core/cmd/init/main.go b/core/cmd/init/main.go
index 0c19ef9..701cea6 100644
--- a/core/cmd/init/main.go
+++ b/core/cmd/init/main.go
@@ -54,7 +54,7 @@
// be configurable by loading it from the EnrolmentConfig. Fow now, it's static and same across all clusters.
kubernetesConfig = kubernetes.Config{
ServiceIPRange: net.IPNet{ // TODO(q3k): Decide if configurable / final value
- IP: net.IP{192, 168, 188, 0},
+ IP: net.IP{10, 0, 255, 1},
Mask: net.IPMask{0xff, 0xff, 0xff, 0x00}, // /24, but Go stores as a literal mask
},
ClusterNet: net.IPNet{