kubedirector icon indicating copy to clipboard operation
kubedirector copied to clipboard

Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes

Results 89 kubedirector issues
Sort by recently updated
recently updated
newest added

Hi Team, How can I adjust the kd-JSON file config, if my Image does not have bash but only sh? Error Message `OCI runtime exec failed: exec failed: container_linux.go:349: starting...

Priority: Low
Type: Enhancement
Project: Cluster Reconcile

We should support a boolean "switch" in the kdcluster spec that can be used to pause/stop the kdcluster. The effect of stopping would be: * all role statefulsets scaled down...

Priority: High
Type: Enhancement
Project: Cluster Model
Project: Cluster Reconcile

Part of issue https://github.com/bluek8s/kubedirector/issues/588. It's very likely that an image change will require a corresponding app config package change. So far the live-app upgrade testing has been 1) with kdapps...

Priority: High
Type: Bug
Project: Live App Upgrade

Explain how it works to serve a couple of perspectives: * The kdapp developer ... how to they implement upgrade and rollback logic. * The kdcluster user ... how do...

Priority: High
Type: Enhancement
Project: Developer Support
Project: Live App Upgrade

By using Istio service mesh, it is possible to link multiple K8s clusters through the service mesh. One good use case is to run jupyter notebook in one K8s Cluster...

Type: Enhancement

Part of issue https://github.com/bluek8s/kubedirector/issues/588 ; related to issue #617. It's quite possible that an upgrade will change some things about the kdapp (including the config package) but NOT change the...

Priority: High
Type: Enhancement
Project: Live App Upgrade

Currently if a pod is unresponsive, some other user/client may have to explicitly issue a pod delete to reboot it. This is standard practice for statefulset pods and there are...

Priority: Low
Type: Enhancement
Project: Cluster Reconcile

Part of issue #588. If you trigger an upgrade, then immediately trigger a rollback, I'm concerned about some possible race conditions in the pod statuses and notifications. handleCreatingMembers will assume...

Priority: High
Project: Live App Upgrade