Terror
Terror
Acmetool emits a warning about not knowing how to install a cronjob in a system even though the config file explicitly configures it not to. Example: ```bash $ cat response.yml...
`jgen` and `jval` seem to be stuck a draft-04, it-d be good to get them up to date with the current json-schema specifications. https://json-schema.org/specification.html
Using CSS3 variables (custom properties) it is possible to override the highlight color in 1 line of CSS. In milligram.css have something along the lines of: ``` :root { --highlight-color:...
The current release is dynamically linked against GNU libc so it doesn't work in distros that use a different libc.
Add a new key "user" to define as what uid the process should run under.
In systems that support it (Linux and BSD, not sure about Illumos) set Containerpilot as a subreaper. This will ensure that orphan processes get reparented to CP even if CP...
Sometimes, we need to define job dependencies that are non-linear. Given jobs A,B & C, job C might depend on A & B being healthy, however A doesn't depend on...
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)? CPU usage, PPS, latencies, etc.
There's been some changes to the Kubernetes CronJob controller since v1.13.3 It'd be good to track upstream and periodically sync CronJobber to the upstream CronJob version to avoid diverging too...