Serge Hartmann

Results 19 comments of Serge Hartmann

I am experiencing the same issue with a netapp-trident backend. ``` volume pvc-d471b3e6-96ff-4455-ba6e-91b8fca79a13 on storage pool n11_aggrNLSAS_01 from backend ontap-nas: unsupported capacity range; requested volume size (1048576 bytes) is too...

/reopen The bug should be fixed in v0.6.2, but v0.6.2 is not yet released, so we cannot tell if it actually fixes the bug.

I have a doubt about the right choice for conditionals in the cilium-config template at path `roles/network_plugin/cilium/templates/cilium/config.yml.j2`. Here is what I wrote, just because many options are implemented this way....

Here is my workaround : ```bash cp /usr/share/color-schemes/BreezeClassic.colors ~/.config/yubikey-personalization-guirc ```

Maybe I have found something interesting. When I add `include /etc/nginx/modules/all.conf` in nginx.conf, then nginx reads all.conf when starting, and displays this message : ``` 2019/10/15 09:07:50 [emerg] 1#1: dlopen()...

I have fixed the issue on my own fork at [ledroide/docker-nginx-with-modules](https://github.com/ledroide/docker-nginx-with-modules). There are too many changes for a pull-request. My fork does what I need : * it allows using...

@nettoclaudio : Do you know if modules list from command `nginx -V` is reliable ? Maybe it's not, and there is another way to check all static and dynamic modules...

> * Listing dynamic modules > $ docker run -t --rm tsuru/nginx-tsuru:1.16.1 bash -c 'ls /etc/nginx/modules/*.so' Listing a directory is not the same as checking that dynamic modules are actually...

@almereyda : There is a fix available, see pull-request #6 . You can clone my fork and simply 'make' to get the kubectl-multiforward binary. Hope it helps