Files
nodepool/doc/source
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
..
2024-02-08 09:40:41 -08:00
2018-06-29 15:41:46 -07:00