Ben Hardill

Results 646 comments of Ben Hardill

Just done a really quick test on the k3s single node and `local-path` storage class and I'm not seeing any permission being changed. I did just touch a secret key...

Quick test on microk8s with nfs storage not seeing ownership change.

OK, that fails for me on my k3s cluster with local-path volumes, but it is still not changing the permissions on my microk8s cluster with nfs volumes

The suggestion from some k8s folk is this is the kublet making the changes. https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/volume_linux.go#L43 Anything PV that ends up looking like a local volume gets it's permissions reset at...

If you react to submit a pull request with an updated test we can get it and issue a new release.

Some context: http://stackoverflow.com/q/43490423/504554 This node has diverged from the none Bluemix mongo node

Any movement on getting this or @alexojegu's PR merged please

@GazHank I'm testing (and the supplied test case uses) NodeJS 16 and installing `serialport` v11.0.1 (bindings-cpp v11.0.3) which was tagged on github 3 days ago, that version should be good,...

One other note, the current system doesn't appear to support `npm rebuild` which should normally rebuild any binary components, where as for @serialport/bindings-cpp you have to run `npm run rebuild`...