Joel Baxter

Results 66 comments of Joel Baxter

Are you thinking of ways to do things that would normally be done by "kubectl exec"? If so, is this to make it easier to do in some way, or...

If we do issue #204 and it works as expected then arguably we don't need this, as no one else should be able to edit the resource while KD is...

The Ampool guys had an interesting request here. When one of their workers goes down and comes back up, there's a subsequent period of time in which it could be...

Will be filing a bunch of finer-grained issues for work on the live-app-upgrade branch.

FYI version 0.2.0 of the controller-runtime is now out. Won't try to uptake this until we're done merging the initial set of operator-sdk changes into the master branch. (And may...

We can keep an eye on this file to see what version of controller-runtime is currently being used by the SDK: https://github.com/operator-framework/operator-sdk/blob/master/internal/pkg/scaffold/gopkgtoml.go

Next operator SDK release after v0.10.0 should use controller runtime 0.2.0. Some relevant docs in this change: https://github.com/operator-framework/operator-sdk/commit/947a464dbe968b8af147049e76e40f787ccb0847 especially in CHANGELOG.md and in doc/user/client.md. The default CRD file naming pattern...

Yep, releases v0.11.0 and later of the operator SDK use the controller-runtime that has PATCH support.

However when we update past v0.8.2, we'll have to finally transition from using dep to using Go modules instead, which, sigh. There's always something! Created issue #222 for that.

Starting work on porting to new operator SDK in https://github.com/joel-bluedata/kubedirector/tree/sdk