Hemant Kumar

Results 118 comments of Hemant Kumar

@postmodern The gem is not being installed as root btw. What we want is able to execute binary provided by gem via `sudo` . it should ideally work as documented...

`sudo -E` clobbers `$PATH` and other environment variables depending on security policy of operating system btw. But if `chruby` is at all meant to be used via `sudo` the workarounds...

It also creates problems with other major modes. For example here is how it makes `sh-mode` look like - http://imgur.com/a/WI1Bw IMO skeleton-pair should only be enabled for Python and not...

Did this ever get fixed? I am using smartparens with c/c++ mode and if I select a region and insert a parenthesis - it just wipes out entire region and...

is CSI driver running with correctly defined limits? What does `CSINode` object from node reports?

@stevehipwell No that shouldn't happen. We start counting volumes against the limit before pods are even started on the node. I am still waiting on output of `CSINode` object from...

@ryanpxyz you are looking at wrong place for attachable limits of CSI driver. Attach limit of CSI driver is reported via `CSINode` objects. if we are not rebuilding `CSINode` objects...

@bertinatto - are you aware of a bug where if many pods are scheduled at once to a node then scheduler may not correctly count the volume limits?

Again looks like you are looking at wrong object. CSI volume limits are counted via `CSINode` objects. So please check what value it is reporting.

Will this need different STS token for those different roles also? (also *waves* )