Stephen Demos

Results 9 comments of Stephen Demos

It seems like that would be possible, as long as you restrict the nodes that the agent can run on to only nodes in your "group", but I've never tried...

The panic you are running into looks the same as the one in #93, which is odd because according to that issue, it should've been fixed with v0.7.0. I'll have...

Thanks for the report! A couple of initial questions to get out of the way - What versions of kubernetes, Container Linux, and CLUO are you running when this issue...

I'm sorry it took me so long to respond, I dropped the ball on this one. What platform are you using? Is it a cloud provider or bare metal? Looking...

CLUO does end up being pretty Container Linux specific, particularly in the way that it ties into `update_engine` to poll for updates. Since CLUO doesn't have any real control over...

Sorry for the confusion. I meant that it is architecturally and behaviorally like locksmith, not that it is literally locksmith. The CLUO agent hooks directly into `update_engine` through it's exposed...

Hi! Thanks for the report. Unfortunately, I can't seem to reproduce this issue. I used your issue on `terraform-provider-digitalocean` to try and recreate a terraform config that would have the...

I don't have experience with packer, but from my understanding of what you are saying, it sounds like you are provisioning a CoreOS machine with packer, which then takes a...

More generally, I think it would be useful to audit the entire codebase for "things that can `panic`" and remove them wherever possible. I think we pretty much always want...