Jamesits
Jamesits
systemd-resolved will hijack system DNS to 127.0.0.53 causing the new system cannot resolve any address
In current version of hasura, when the user token (whatever you pass to the auth hook) is revoked (e.g. user logged out remotely or user credential changed), any websocket already...
**Description** When using `buildah build -o type=tar,dest=xxx.tar .` to build an image and export it, suid bit is not preserved, causing `sudo` and other software not to work correctly. **Steps...
`.` is a POSIX-compliant command, but `source` is not. Debian 10's `sh` does not recognize `source`, which causes some error messages to be printed out during probe startup.
Currently when I deploy Nomad jobs with `scaling {}` configuration, the new job will automatically be scaled to `count` (which might be a very small value). This makes rolling upgrade...
### Proposal Implement `stop_after_client_disconnect` for system jobs. ### Use-cases I use Nomad to start a health check responder agent on a set of Azure VMSS clients, so Azure can detect...
### Nomad version 1.7.6 ### Operating system and Environment details Ubuntu 22.04 ### Issue When a CSI job has a new version with a different CSI plugin id, Nomad is...
Currently we rely on a for loop to close all possible file descriptors, and when nofile is set to a large number (a very common case in Nginx deployments), the...