DQ

Results 8 issues of DQ

- [instances with GPUs get a 1hr notification window](https://cloud.google.com/compute/docs/gpus/add-gpus#host-maintenance) instead of 60s. - You only get the 1hr notification window if you're [watching instance metadata](https://cloud.google.com/compute/docs/storing-retrieving-metadata#maintenanceevents), so we need to launch...

enhancement

**Description of the change** - modify Dockerfile to install the 'nut' meta package (includes nut-client, nut-server) - modify entrypoint to optionally start one or both of upsd or upsmon, depending...

stale

**Describe the bug** when a node is restarted the Whereabouts pod starts but the network controller fails to connect to the k8s API and retrieve the network-attachment-definitions. The pod continues,...

**What this PR does / why we need it**: - move `install-cni.sh` to an initContainer. separation of concerns - run `ip-control-loop` directly. daemon receives signals from k8s for graceful shutdown...

https://github.com/burnash/gspread/blob/67759c7ffe88c0a4650d1eaf8bea20156c7d0e31/gspread/worksheet.py#L2413 from the [docs](https://docs.gspread.org/en/latest/api/models/worksheet.html#gspread.worksheet.Worksheet.set_basic_filter) this should work `worksheet.set_basic_filter(first_col=4)` actually returns `set_basic_filter() got an unexpected keyword argument 'first_col'`

Bug
Docs
good first issue

suggested in [keymap-editor#82](https://github.com/nickcoutsos/keymap-editor/issues/82). confirmed working.

remove Bash-isms so script can be used on embedded devices which often only have Busybox shell.

[this line in 10-insync](https://github.com/tiredofit/docker-insync/blob/84a89ac8a3dc0622480741ab0d206e7d770f1b70/install/etc/cont-init.d/10-insync#L58) causes cron to start, even if ENABLE_CRON=FALSE and then [this line in services/04-cron/run](https://github.com/tiredofit/docker-debian/blob/de49faa04c9b8daab0398b27c3179a2349fee8d7/install/etc/s6/services/04-cron/run#L11) adds another logrotate command to the root crontab. is there any reason to...