Jeff Lill
Jeff Lill
We need the cluster definition to be able to specify one or more monitoring knobs so we can disable most or all of the system level monitoring for neon desktop...
I've completed the resource request/limit check and there are quite a few containers without these being set. Here's the command: ``` neon cluster check --resources # Prints only pod/containers with...
We've dropped the read-to-go setup strategy because it was complex and didn't really improve setup performance much. Instead, we're going to invest in parallelizing more in normal setup and we...
`TlsCertificate.ToX509Certificate()` is having trouble parsing the private keys generated for self-signed certificates. It's seeing only three fields when nine are required. I dumped a private generated key by `TlsCertificate.CreateSelfSigned()` with...
We should try to align how our website and operator services initialize ASP.NET. Operator initialization looks like:  and the **neon-dashboard** initialization looks like:  I wonder if it's possible...
We need the Hyper-V hosting manager to be able to deploy both on the local workstation as well as a remote Hyper-V machine. We'll use the same approach as we...
These are a way to specify details about how much the scheduler can disrupt a running application. We should evaluate whether need to specify this for neonKUBE services. https://kubernetes.io/docs/tasks/run-application/configure-pdb/
We've seen a few cases where services are spamming logs with warnings: #1433 We really need to actively review logs for problems. - [ ] We should do this manually...
We'll use this issue to collect information about a possible future OS/X release. ### Virtualization I'm not entirely sure how virtualization works in the Max world, especially with the new...
It looks like Linux is slightly more popular than Mac for developers. Perhaps we should be targeting Linux as well. https://www.statista.com/statistics/869211/worldwide-software-development-operating-system/ 