mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 07:24:20 +00:00
Merge pull request #268 from galal-hussein/atomic_centos
Add z option to volume binds
This commit is contained in:
@@ -51,7 +51,7 @@ func buildKubeControllerConfig(kubeControllerService v3.KubeControllerService, a
|
||||
SidekickContainerName,
|
||||
},
|
||||
Binds: []string{
|
||||
"/etc/kubernetes:/etc/kubernetes",
|
||||
"/etc/kubernetes:/etc/kubernetes:z",
|
||||
},
|
||||
NetworkMode: "host",
|
||||
RestartPolicy: container.RestartPolicy{Name: "always"},
|
||||
|
Reference in New Issue
Block a user