1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Add ability to configure docker-sys bridge subnet (#2217)

This commit is contained in:
niusmallnan
2018-01-10 16:44:59 +08:00
committed by GitHub
parent 480e45cd01
commit 44552d55d0
3 changed files with 36 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ const (
MetaDataFile = "/var/lib/rancher/conf/metadata"
CloudConfigFile = "/var/lib/rancher/conf/cloud-config.yml"
EtcResolvConfFile = "/etc/resolv.conf"
CNIBridgeConfigFile = "/etc/docker/cni/bridge.d/bridge.conf"
RKPDockerSysBridgeSubnet = "rancher.system_docker.subnet"
)
var (