Files
nodepool/doc
Antoine Musso 7176b3df79 Change entry point busy loop to 'sleep infinity'
When the Kubernetes, OpenShift or OpenShiftPods drivers start a
container, they replace the image entrypoint by a busy loop:

  /bin/sh -c 'while true; do sleep 30; done;'

The argument to sleep is parsed as a floating point number via
strtold(3) which states:

  An infinity is either "INF" or "INFINITY", disregarding case.

Remove the `while true` and sleep for eternity instead.

Change-Id: Icc05403c594bae996a2b5a61bb1ad56b2e2fb735
2025-06-04 21:47:33 +02:00
..
2014-01-14 01:00:43 +08:00
2023-09-01 11:02:05 +02:00