Tero Marttila

Results 73 issues of Tero Marttila

Follows #2582 Fixes #2502 Grid has `weave_secret`, defaults to `token`. Can be replaced using `kontena grid reset-token`. Agents `Kontena::Launchers::Weave` observes the update, and reconfigures weave to use the new secret.

enhancement
server
agent
cli

Changing the TTL for a `dns_a_record_set` resource is a destructive operation that can disrupt clients, because the destroy-and-create cycle causes the DNS server to temporarily return NXDOMAIN responses. Attempting to...

enhancement

We are using `mutations` in the Kontena Server, and we have two usecases related to validation errors that the current `Mutations::Command` API does not really support: * Reporting manual validation...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...

enhancement
feature/applications
saml/sso

Building with `apollo-metrics` 1.0.1 against a project using apollo-server-plugin-base 0.7.1 results in a TypeScript compile error due to the changes in `didEncounterErrors` `requestContext`: ``` [ERROR] TSError: ⨯ Unable to compile...

The transient `/run/log/journal` directory will not exist if the persistent `/var/log/journal` directory has been setup, and this causes the volume mounts for the pod to fail. I don't know if...

bug

The ubuntu `apt-daily` timer/service uses `/usr/lib/apt/apt.systemd.daily` to invoke `apt-get update` and `unattended-upgrades`. We might consider using the same wrapper script, because it also includes additional functionality like `apt-get clean` etc.

enhancement

If the pod holding the upgrade lock crashes and is unable to release the lock, then it should expire automatically after some `--lock-expiry=6h` period, allowing other nodes to continue. Currently,...

bug

Fixes #73 Patch `tools/kconfig` to avoid write to relative `.lxdialog.tmp` path, and avoid re-building lxdialog every time.

`vfs_http_copy()` needs some benchmarking to see if the `fgetc` / `fputc` loop could be optimized to improve file upload/download performance. _Originally posted by @SpComb in https://github.com/qmsk/esp/pull/50#discussion_r1149464060_

enhancement