Jeff Lill
Jeff Lill
We don't currently implement inbound UDP traffic through the AWS and Azure load balancers. The thought at the time was that this didn't make sense because Istio doesn't route UDP...
neonKUBE clusters can currently be deployed with an optional cStor disk to host OpenEBS. This feature assumes that users will want host their large data needs within OpenEBS. The problem...
We need to do some more work around this: - [x] It's weird that the cluster health status calls are currently made in the hosting managers. We should move that...
Hardcoded Config ------------------- We need to stop hardcoding important cluster configuration values and have these configured via cluster advice with the ability to override in the cluster definition. Here are...
Cluster setup currently does ad-hoc management of parallel tasks. We should recode these to use the relatively new `SetupController` methods: ``` /// /// /// Adds a pending task to a...
The XenServer hosting manager attempts to proactively verify that there are enough RAM on the host machines to provision a cluster. Tried to deploy a cluster and this test succeeded...
The current clusterspace model is probably broken. I tried rebuilding a node image while deploying a new cluster and say a conflict writing the log file. Both operations were writing...
- [ ] We should probably rename the default project from **_library_** to something more descriptive like **_neonkube_** or **_cluster_**. - [ ] **AccessLevel** for this project is **Public**. Seems...
We need to implement cluster reset. neon-desktop and neon-cli are already calling this but the code currently throws a `NotImplementedException`.
`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...