Christian Simon
Christian Simon
I think that might be a regression of using http auth. Can you add more information: - `kubectl get ingress -o yaml --all-namespaces` - nginx-ingress config and version tag
I think the code you posted is dead and no longer executed. The actual line is here: https://github.com/jetstack/kube-lego/blob/master/pkg/provider/gce/gce.go#L89 Can you make sure you specify the right annotation for the ingress...
It is the only way to support kube-lego between namespaces with GCE ingress. #147 is probably only working if you run kube-lego in the same namespace where you run your...
I think that might be a problem, with the log level not high enough. Can you try running the kube-lego pod with debug flags: ``` env: - name: LEGO_LOG_LEVEL value:...
@FourSigma @rimusz @jwaldrip
@huysamen please enable debug logging and provide a bit more info (K8S objects, ...)
This is a very good idea. Happy to accept contributions. Maybe if you outline possible metrics first, then we can discuss before implementation
Sorry it took quite a while to come back on this. I think that are all valid metrics. I was thinking maybe you add a gauge for the expiry date...
Ok it finally worked for me. Now able to mount a USB pen drive: ``` [ 8.215472] usbcore: registered new interface driver usb-storage [ 8.215487] USB Mass Storage support registered....
Speed could be quicker: ``` root@rockrobo:/media/usb0# dd if=/dev/zero of=/media/usb0/testfile bs=1M count=1024 oflag=direct 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 73.8829 s, 14.5 MB/s ```