Skip to content

Commit

Permalink
modules/bootkube/resources/bootkube: Restore --tmpfs
Browse files Browse the repository at this point in the history
We'd removed this in c234fc3 (*: use podman instead of docker,
2018-09-05, openshift#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
  • Loading branch information
wking committed Sep 14, 2018
1 parent 18ef28d commit 201fce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/bootkube/resources/bootkube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ trap "podman rm --force etcd-signer" ERR
podman run \
--name etcd-signer \
--detach \
--tmpfs /tmp \
--volume /opt/tectonic/tls:/opt/tectonic/tls:ro,z \
--network host \
"${etcd_cert_signer_image}" \
Expand Down

0 comments on commit 201fce4

Please sign in to comment.