1
0
mirror of https://github.com/rancher/os.git synced 2025-07-01 17:21:50 +00:00

Run udev-cold as non-detached and adjust dependencies

This commit is contained in:
Josh Curl 2016-08-28 12:15:32 -07:00
parent f64314b82f
commit aa10d84b75
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677

View File

@ -145,7 +145,7 @@ rancher:
io.rancher.os.detach: "false" io.rancher.os.detach: "false"
io.rancher.os.reloadconfig: "true" io.rancher.os.reloadconfig: "true"
io.rancher.os.scope: system io.rancher.os.scope: system
io.rancher.os.after: preload-system-images io.rancher.os.after: udev,preload-system-images
net: host net: host
uts: host uts: host
privileged: true privileged: true
@ -323,8 +323,8 @@ rancher:
udev-cold: udev-cold:
image: {{.OS_REPO}}/os-udev:{{.VERSION}}{{.SUFFIX}} image: {{.OS_REPO}}/os-udev:{{.VERSION}}{{.SUFFIX}}
labels: labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system io.rancher.os.scope: system
io.rancher.os.before: udev
net: host net: host
uts: host uts: host
privileged: true privileged: true
@ -338,6 +338,7 @@ rancher:
labels: labels:
io.rancher.os.detach: "true" io.rancher.os.detach: "true"
io.rancher.os.scope: system io.rancher.os.scope: system
io.rancher.os.after: udev-cold
net: host net: host
uts: host uts: host
privileged: true privileged: true