Anthony Yeh

Results 52 comments of Anthony Yeh

Currently the way we would recommend to achieve ordering like this is to include the StatefulSet in the list of desired children only if (a) the StatefulSet was already observed,...

Just to make sure my earlier comment was clear: It's already possible to get order guarantees for children, so you can ensure that the StatefulSet doesn't get created until after...

In #136 I've added an integration test framework, and these tests now run in Travis along with unit tests. I've also briefly described the testing philosophy in the contributor docs:...

Thanks for filing this! It's definitely a use case that I think is a good one for Metacontroller to tackle. People should not have to think in terms of reconciling...

@lionelvillard The original reason for not letting DecoratorController update status is that it wouldn't work in most cases, with the assumption that DecoratorController would mostly be used to attach things...

@lionelvillard OK, I'm convinced that it makes sense to let users try to update status in DecoratorController, since it seems people are finding Decorator useful even for cases when there's...

Has anyone had good experience with a Go logging library that supports JSON output? A couple that I've seen in the wild are: * https://github.com/sirupsen/logrus * https://go.uber.org/zap (used by controller-runtime...

@bsherrod I think the original author of this PR wasn't able to finish it. I left it open as bait to see if anyone else wanted the same thing. Would...

It used to be that we only ran `mysql_upgrade` upon restoring from backup. As far as I can tell from a quick code check, this appears to still be true....

As for what to look for on canaries, we mainly looked at healthchecks and metrics (error rate, changes in throughput, changes in cpu/mem usage, etc).