X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fconfig-manager.git;a=blobdiff_plain;f=userconfigtemplate%2Fuser_config.yaml;fp=userconfigtemplate%2Fuser_config.yaml;h=2ea4a1e81ba6b00fa3576a99c4b1c256d7679d0b;hp=2664b1fac0e4e059683f21487f255e43d158538b;hb=fa06747c17ef39c108972f2efb24596960dd8243;hpb=82b7d75b8609bec0f3086d93b2162375ba71e961 diff --git a/userconfigtemplate/user_config.yaml b/userconfigtemplate/user_config.yaml index 2664b1f..2ea4a1e 100644 --- a/userconfigtemplate/user_config.yaml +++ b/userconfigtemplate/user_config.yaml @@ -235,6 +235,12 @@ caas: ### the Docker bridge CIDRs of all host via this parameter. #docker0_cidr: "172.17.0.1/16" + ### This parameter is used to set the overlay CIDR of the default network for containers, so pods can comminucate + ### over this subnet and Kubernetes services are available here also. + ### The parameter can be used to make sure the CIDR of this network does not overlap with any customer + ### specific provider network's + #oam_cidr: "10.244.0.0/16" + ### Mandatory parameter. All the infrastructure's HTTP servers are secured with TLS. ### The certificates of the servers are created in infrastructure deployment time, and are signed by an externally provided CA certificate. ### This CA certificate can be configured by setting its encrypted format into this configuration parameter.