Joel Baxter

Results 66 comments of Joel Baxter

Going to split the asynch-startscript stuff into a couple of independent issues.

OK the remaining mission for this issue is: > Currently, if multiple roles are deployed/resized at the same time, we will handle the roles (run startscripts in their members) in...

And I'll put here my experiment in generalizing handleNewFoo (as `CheckStatusGen` below), taking any CR object as input. As mentioned above I'm not sure this is the way to go...

And for reference we originally set a static limit in response to issue #336.

One of the interesting things to tackle here is defining what is allowed to be "connected". This is especially important when you rove out of the current namespace.

It seems like we would need to add appConfigBackupPath to the list of appConfigDefaultMountFolders to make sure that it gets on persistent storage, otherwise it would be lost when the...

Assigning this to 0.7.0 for investigation, not sure yet where it will land.

Examples of those "immediate changes" added to PR #513.

Merged a few immediate changes/fixes: * No changing the master key while kdclusters exist. * No deleting kdconfig while kdclusters exist (because basically this changes the master key). * If...

@kcsraju this is the umbrella/vague issue I mentioned. For registry auth we probably need to add an imagePullSecret field in the kdapp role (and likely a top-level defaut too). That...