jdef
jdef
I needed this for more flexibility w/ respect to custom prefixes. See godoc comments for the newly proposed func.
**What steps did you take:** [A clear and concise description steps and any files that can be used to reproduce the problem.] ``` :; kapp deploy -a someapp -y -f...
Use case: (1) goroutine1 checks for key K in the cache; it doesn't exist, dispatches a request w/ "cache-miss" flag (2) goroutine2 (dispatcher) sees "cache-miss", computes needed value, saves it...
**Describe the solution you'd like** I want to apply the same mutation to objects w/ slightly different structure. Without writing duplicate mutation specs. ``` spec: match: scope: Namespaced kinds: [...
**What steps did you take and what happened:** In spirit... ```bash :; tar cfz config.tgz config/ ## .. some later point :; tar zxf config.tgz :; kustomize build config/ |...
**What steps did you take and what happened:** Observed kube audit logs show ~40 requests per API group+version over 20min intervals. **What did you expect to happen:** Given that my...
mesos has an internal `Resources::Resource_` type that handles shared resource counts. This library doesn't handle shared resource counting at all.
https://github.com/mesos/mesos-go/blob/master/detector/zoo/client.go#L340 this prints 5x / sec ``` May 09 01:31:20 dcos-01 mesos-dns[1416]: I0509 01:31:20.832187 1416 client.go:340] unable to watch children for path /mesos: zk: node does not exist ```
https://issues.apache.org/jira/browse/MESOS-7976 The `role` field of `Revive` and `Suppress` has been replaced in 1.3.x by `roles`