Piotr Rogoża
Piotr Rogoża
Sometimes I don't need additional menu in Gvim. Sometimes there is a conflict in mapping. So using `for` option is useful. The above example (my code) is stupid or at...
@amimof I have the similar issue. There is difference between binary and docker version. I've copied AKS certificates to my laptop to /etc/kubernetes/certs and run node-cert-exporter in v1.1.2 version: ```...
Ok, I see the same problem is with binary if I run from /. It scans whole filesystem: ``` I0523 07:36:10.502281 61482 main.go:70] Listening on :9117 W0523 07:37:44.309107 61482 exporter.go:111]...
Also this works for cmd: ``` --path=/etc/kubernetes/certs --exclude-glob='/etc/kubernetes/certs/[kc]*.crt' ``` but does not work for k8s. I don't have idea how to monitor only apiserver.crt. I also tried with modified Dockerfile...
Thx for pointing. It seems best solution at now.
I've commented set -e and added: ``` diff --git a/libexec/basher-outdated b/libexec/basher-outdated index 5cf769a..e87b117 100755 --- a/libexec/basher-outdated +++ b/libexec/basher-outdated @@ -3,7 +3,7 @@ # Summary: Displays a list of outdated packages...
Then trap: ``` trap 'echo "ERROR: The command 'git remote update' failed on $package."' ERR ```
@pawamoy Yes, you are right.
Nice trick, thank you. Where did the idea for this syntax come from?
cannot make a secure connection: TLS: can't accept: The TLS connection was non-properly terminated..
> Are there any intermediate certificates in the chain? If that is the case, those would have to be included in the CA crt file. Currently I removed this service...