neonKUBE
neonKUBE copied to clipboard
Public NeonKUBE Kubernetes distribution related projects
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
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...
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...
**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...
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...
SSH is a bit inconvenient to use. How about implementing a `neon ssh NODE` command?
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.
Quartz: do we understand how this works: none of the neon-cluster-operator jobs are being triggered?
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...
...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...