Hemant Kumar

Results 119 comments of Hemant Kumar

The OSX issue may be separate one and I am currently using invoker master on mavericks and it is working just fine. May be a 10.10 problem, which we will...

@brainlid I guess last resort is, giving one of us access to the boxes where this is problematic. cc @szyablitsky

Can anyone try this with latest master and let me know? However, latest master will not work on Ubuntu 14.04 because now Invoker only supports Linux distributions that use systemd.

Should be relatively simple to add. We need to modify regular expression that extracts `hostname` from incoming uri.

@hiroshi you are correct. I think, we need to take care of this. I am going to reopen this ticket.

It already is implemented and has been there since very beginning: ``` invoker remove sidekiq -s 9 ``` Which will remove sidekiq with signal 9. However when you will Invoker...

This makes ton of sense. @flanker I just merged https://github.com/code-mancers/invoker/pull/146/files which implements this partly. Can you update this branch with latest master? I will be happy to look and merge.

> I personally don't think we should support that in the scope of this proposal. i.e. we should either reject resize during admission if offline expansion is required (assuming it's...

> The plugin should expose PluginCapability_VolumeExpansion_ONLINE via its rpc API in such case. I'll have to see if it's possible to access that info from within an admission hook Unless...

> This sounds like a sensible approach to me. what kind of issues do you think it could introduce? Generally because it is an API change in core k8s objects...