Jeff Lill

Results 155 issues of Jeff Lill

@marcusbooyah: seems like **"node"** isn't adding any real value here.

neon-kube
question

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...

investigate
perf
neon-kube

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...

feature
neon-kube

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...

test

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...

investigate
feature
neon-kube

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,...

bug
investigate
neon-kube
desktop

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...

bug
investigate
neon-kube

@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...

neon-kube
cluster-setup
debt

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

feature
neon-kube

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**...

investigate
feature
neon-cli