Tim Gross
Tim Gross
Currently a user can configure `when: { interval: "x" }`, which has a job run every `interval`, or the user can configure `when: { once: "y" }` which has the...
After some offline discussions with @jen20 where he's trying to get ContainerPilot running on SmartOS, I want an issue to collect thoughts on things in our build/test infrastructure that aren't...
From the Consul docs on [blocking queries](https://www.consul.io/api/index.html#blocking-queries): > Many endpoints in Consul support a feature known as "blocking queries". A blocking query is used to wait for a potential change...
The notion of ContainerPilot having a `-validate` command came up in a sidebar discussion between @geek and @cheapRoc and myself. Currently you can use the `-template` subcommand to render the...
currently the test configuration files for both unit tests and integration tests are all JSON5 but not necessarily in a consistent format. Annotating these with comments for the intent of...
This came up in discussion in https://github.com/joyent/containerbuddy/pull/51, and we decided to split this problem out for later work. This enhancement includes: - support IPv6 addresses on interfaces that we're advertising...
The [`ValidateVolumeCapabilities`](https://github.com/container-storage-interface/spec/blob/master/spec.md#validatevolumecapabilities) specification says the following: > NOTE: Older plugins will parse but likely not "process" newer fields that MAY be present in capability-validation messages (and sub-messages) sent by a...
One-time tokens are not replicated between regions, so we don't want to enforce that the version check across all of serf, just members in the same region. Adds a new...
When a client is stopped, the tasks on that client are left running. When the client restarts, it goes through a restore process to get handles to all its tasks...
If the `variables.path` label in ACL policies supported templates, we could allow finer-grained control over access to secrets. This will only be especially useful once Nomad has expanded the work...