1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-21 19:37:38 +00:00

Merge pull request #268 from galal-hussein/atomic_centos

Add z option to volume binds
This commit is contained in:
Alena Prokharchyk
2018-02-06 16:22:05 -08:00
committed by GitHub
14 changed files with 40 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ const (
TestKubeletClusterDNSServer = "10.1.0.3"
TestKubeletInfraContainerImage = "test/test:latest"
TestKubeletImage = "rancher/k8s:latest"
TestKubeletVolumeBind = "/etc/kubernetes:/etc/kubernetes"
TestKubeletVolumeBind = "/etc/kubernetes:/etc/kubernetes:z"
TestKubeletExtraArgs = "--foo=bar"
TestClusterDomainPrefix = "--cluster-domain="
TestClusterDNSServerPrefix = "--cluster-dns="