Jeff Lill

Results 155 issues of Jeff Lill

I'm starting to believe that Harbor may be an overkill for most neon-kube clusters and probably certainly for neon-desktop clusters. ![image](https://user-images.githubusercontent.com/4908431/178119643-0c4e7ffa-47f0-4ea7-adb5-abac744a795b.png) We might be able to save another 250-300 MiB...

investigate
feature
perf

XenServer does support suspending VMs but we disabled that a few months ago because shutting down a Kubernetes cluster wasn't really working. Now that shutdown seems to be working much...

investigate
feature
xenserver

The basic idea here is to allow Kubernetes manifests to reference variables and secrets using the `PreprocessReader` in **Neon.Common**. Then we can have **neon-cli** define some standard **NEON_*** variables like...

feature
neon-cli

I've just seen a few problems deploying a built-in cluster that seem to be related to remnants of previous cluster an potentially an invalid kubeconfig file. I did a pass...

bug

We just saw a problem where our headend nuget repo's SSL certificate wasn't being renewed by **cert-manager**. Marcus looked into this and cert-manager appeared to be somewhat locked up and...

feature
cluster-operators

We're currently leaving partially deployed clusters running. This is especially bad for cloud deployments because the user will probably think that the cluster hasn't been deployed but the cloud will...

feature
neon-kube
cluster-setup

Azure has the concept of capacity reservations for VMs. I believe this would allow us to request in advance to reserve the all of the VM sizes needed to deploy...

neon-kube
cluster-setup

@marcusbooyah: Doesn't know why this is happening. Perhaps we need to upgrade Harbor or perhaps handling #1613 will help.

Currently Harbor is being configured with just a public registry/library. We don't really want this to be default. Let's do this instead: - [ ] Create a private **neon** library...

- [ ] V1NeonClusterOperator resource - [ ] CA update schedule: CRON format? - [ ] Security patch schedule: CRON format? - [ ] Status where the operator can persist...