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

![image](https://user-images.githubusercontent.com/47607041/162447843-5ae64abe-e6c0-4fa7-b9f6-9aa7ce388b37.png) instead of having an overload for the following: ![image](https://user-images.githubusercontent.com/47607041/162447940-e9cd08ec-4b15-4402-87ff-1e7e6b7e4fc9.png) Maybe im missing something and could just replicate the code using renci, but the reason for moving away from renci...

- [ ] We should probably rename the default project from **_library_** to something more descriptive like **_neonkube_** or **_cluster_**. - [ ] **AccessLevel** for this project is **Public**. Seems...

neon-kube

We need to implement cluster reset. neon-desktop and neon-cli are already calling this but the code currently throws a `NotImplementedException`.

feature
neon-kube

`ClusterFixture` doesn't currently consider differences in node labels when comparing cluster definitions. This is due to the fact that these labels are currently modified during cluster setup. A better approach...

bug
neon-kube
test

- [x] Throw ClusterDefinitionException in validate instead of Assert - [x] Use ByteUnits.Humanize for converting to Minio format. And do it NOT in validate method. - [ ] Cluster advice...

@marcusbooyah: has reported that he's seeing a bunch of cluster logins that are mostly empty: ![image](https://user-images.githubusercontent.com/4908431/160262884-9e7c5f36-101c-4e45-89d5-fcecbc1650f9.png) He believes these may be created from contexts in the kubeconfig some how and...

bug
neon-kube

neonKUBE needs a way to cleanly shutdown clusters. This doesn't appear to be something that's really supported yet in Kubernetes. Here are the issues we're seeing when shutting down a...

Pausing a VM on XenServer is not working. We're seeing this error on the VM console: ![image](https://user-images.githubusercontent.com/4908431/158690550-e0876075-0718-45c5-922e-a6120248dac2.png) Here's some information: https://askubuntu.com/questions/1346908/suspend-freezing-of-tasks-failed-after-20-seconds https://www.kernel.org/doc/html/latest/power/freezing-of-tasks.html The second link above really goes into suspend/resume...

bug
neon-kube
neon-cli

We currently just log an exception when executing a command on a cluster that's offline. We should do something nicer like just saying that or something similar. This really isn't...

neon-kube
neon-cli

Local cluster login files include the cluster definition but we've been scrubbing hosting manager related secrets here after cluster setup completes as a security measure. Unfortunately, now neon-desktop now periodically...

investigate
security
neon-kube