neonKUBE icon indicating copy to clipboard operation
neonKUBE copied to clipboard

Public NeonKUBE Kubernetes distribution related projects

Results 180 neonKUBE issues
Sort by recently updated
recently updated
newest added

I don't believe this is enabled by default. AWS may have something like this too: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-tcpip-performance-tuning#large-send-offload

investigate

Configure **neon-cli** to transmit telemetry to the neonCLOUD headend where it will be persisted to Grafana services. We're going to just do this live rather than using rotating log files...

feature
neon-kube
neon-cli

Configure **neon-desktop** to transmit telemetry to the neonCLOUD headend where it will be persisted to Grafana services. We're going to just do this live rather than using rotating log files...

feature
neon-kube

**neon-cli** and **neon-desktop** need a way to upload cluster deployment logs for cluster deployment failures. This will be a new neonCLOUD headend service. - [ ] Honor the `NEONKUBE_DISABLE_TELEMETRY=true` environment...

feature
cluster-setup
neon-cli

Azure and AWS cloud containers could be an interesting way to manage provisioning of cloud hosted clusters. The idea is to reserve an IP address in the cluster's virtual network...

investigate
feature

SSH is a bit inconvenient to use. How about implementing a `neon ssh NODE` command?

feature

We need to do some debugging for this job. We have a **$todo** in the code saying that the controller barfs. Search for a link to this issue.

bug
neon-kube

While testing https://github.com/nforgeio/neonCLOUD/issues/442 while running **neon-cluster-operator** locally on my workstation, I noticed that the related job class was not being executed. I set breakpoints for all of the job class...

bug
neon-kube

...at least when creating the desktop image, I've commented that code and linked to this issue.

It looks like this is because resource requests are not being set so they are getting evicted when low on memory. The priority class name is also wrong in this...

bug