Skip to content

Commit 201fce4

Browse files
committed
modules/bootkube/resources/bootkube: Restore --tmpfs
We'd removed this in c234fc3 (*: use podman instead of docker, 2018-09-05, #207) to work around [1,2]. Now that RHCOS is up to: $ curl -s http://aos-ostree.rhev-ci-vms.eng.rdu2.redhat.com/rhcos/images/cloud/latest/pkglist.txt | grep runc runc-1.0.0-52.dev.git70ca035.el7_5.x86_64 we can restore the option. [1]: openshift/os#284 [2]: containers/podman#1396
1 parent 18ef28d commit 201fce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/bootkube/resources/bootkube.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ trap "podman rm --force etcd-signer" ERR
6464
podman run \
6565
--name etcd-signer \
6666
--detach \
67+
--tmpfs /tmp \
6768
--volume /opt/tectonic/tls:/opt/tectonic/tls:ro,z \
6869
--network host \
6970
"${etcd_cert_signer_image}" \

0 commit comments

Comments
 (0)