kubedirector
kubedirector copied to clipboard
Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
We are supporting a maximum of 1000 KD members/cluster. Creating this issue if the ask changes and we need to support a dynamic way of doing things or support more...
operator-sdk v0.15.2 depends on operator-registry v1.5.7 depends on otiai10/copy v1.0.1 and otiai10/mint v1.2.4. The otiai10 code depends on bou.ke/monkey, which has a license that says it can't be used for...
This is the big gap in our authoring docs at the moment. As we tackle this we'll undoubtedly come across some rough spots and on a case-by-case basis we can...
We need to take into account that there is an upper limit on the CR document size. When KD modifies the document to write status it could violate that limit....
When KubeDirector was migrated from operator-sdk version v0.0.6 to v0.8.1 the calls to sdk.Patch() were replaced with calls to Client().Update() because the Patch() API was removed. The Update() call replaces...
Find a happy medium where we 1) reduce the need for cmdline users to hop around getting multiple other objects to get a complete picture, but 2) don't make the...
Inside the config object, define deploy-time choices and the available selections for each choice. For each selection, optionally define another config to apply when that selection is chosen (activate more...
Currently we notify role members about three different events: - you are being created - some other member is being created - some other member is being deleted We should...