Daniel Lipovetsky

Results 82 comments of Daniel Lipovetsky

Sounds like we have at least 3 options, in order from "least work required" to "most work required" from our users: 1. Include these env variables in the manifest for...

Thanks for the feedback! What I have in mind right now is to shamelessly crib from how an [update to a Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#updating-a-deployment) is applied. Simply put, the Deployment spec is...

# Rolling ServerPool Update Design Proposal ## Motivation Replace instances in one ServerPool with instances from another incrementally, maintaining constant cluster capacity while instances are replaced. Replacing instances is necessary...

For reference, the term "non-stop mode" [comes from GDB](https://sourceware.org/gdb/onlinedocs/gdb/Non_002dStop-Mode.html), where it means that the debugger stops one thread\* of the target program, while other threads continue to run. In Go,...

In https://github.com/golang/vscode-go/commit/fa820d45d7b9217e949c21ffd13268e20c7e0ee4, we document a strategy for constructing substitution paths, namely: ```json "substitutePath": [ // Main module. { "from": "${workspaceFolder}", "to": "moduleName", }, // Module cache paths. { "from": "${env:HOME}/go/pkg/mod/github.com",...

Fixing this bug means changing tagging behavior that's been present since v1.0. The possible solutions: (a) CAPA stops applying the CCM tag to user-owned subnets (b) CAPA applies (on cluster...

Thanks all for your thoughtful comments! It sounds like we agree to go with > (b) CAPA applies (on cluster create) and removes (on cluster delete) the CCM tag to...

> I’d still prefer if user provided infra was wholly set up by the user @AverageMarcus I recognize your concern. But I'm not sure that's what users expect. For example,...