Add support for the Globalnet controller

Added a chart for the globalnet controller which uses the global CIDR.
Also added the global CIDR to the submariner engine pod env so it can
utilize it.
The controller will only be deployed if the CIDR is specified.
This commit is contained in:
Mike Kolesnik
2020-01-13 10:22:23 +02:00
parent e1a313755c
commit 409c875713
3 changed files with 63 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ submariner:
token: ""
clusterCidr: "10.42.0.0/16"
serviceCidr: "10.43.0.0/16"
globalCidr: ""
natEnabled: false
colorCodes: blue
debug: false