1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-22 11:57:53 +00:00

Add z option to volume binds

This commit is contained in:
galal-hussein
2018-01-25 23:29:21 +02:00
parent 24a20b1977
commit aed28bb44e
14 changed files with 40 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ const (
TestEtcdConnString = "https://1.1.1.1:2379,https://2.2.2.2:2379"
TestKubeAPIImage = "rancher/k8s:latest"
TestInsecureBindAddress = "--insecure-bind-address=127.0.0.1"
TestKubeAPIVolumeBind = "/etc/kubernetes:/etc/kubernetes"
TestKubeAPIVolumeBind = "/etc/kubernetes:/etc/kubernetes:z"
TestKubeAPIExtraArgs = "--foo=bar"
)