Jeff Lill
Jeff Lill
@marcusbooyah: seems like **"node"** isn't adding any real value here.
We need to harden neonkube so that the cluster still has basic functions when the node is low on memory. This is especially important for neon-desktop built-in clusters. Currently, it's...
Additional dashboard features - [ ] Allow users to add additional dashboards (like Couchbase) via CRDs and automatically add SSO support. - [x] We need a main cluster dashboard that...
Some of our Cadence unit tests are failing sometimes due to apparent clock skew between the WSL Linux distro and the host machine. This appears to be known issue: https://github.com/microsoft/WSL/issues/5324...
1Password publishes the **onepassword-operator** for Kubernetes. This loads secrets from 1Password into Kubernetes secrets and then polls the REST API for secret changes and then updates the Kubernetes secrets as...
Here's what happened: 1. I create an Azure cluster for a demo, and everything worked fine 2. Then I switched to an existing AWS cluster and did a demo there,...
I was recording a demo on a two or three day old 4-node cluster AWS cluster (**jeff-aws-small**) and didn't see any logs be displayed in the custom dashboard @marcusbooyah made...
@marcusbooyah had to special-case Calico setup for Azure recently because Azure networks are essentially VLANs requiring the MTU to be reduced. Marcus implemented that via special-case code for Azure in...
Kubernetes defines standard node topology labels we should initialize for cloud deployments: ``` topology.kubernetes.io/region: "us-east-1" topology.kubernetes.io/zone: "us-east-1c" ``` Here;s the link: https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesioregion
It probably makes sense to have **neon-cli** also wrap the **docker-cli** so we can allow neonkube variables like **CLUSTER_ID** to be expanded in Dockerfiles as well as **build** and **push**...