Viacheslav Vasilyev

Results 121 comments of Viacheslav Vasilyev

sometimes conflicting ips possible ``` NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES default curllatest 1/1 Running 0 25s 10.244.0.2 k8s-worker kube-system coredns-74ff55c5b-7hbd2 1/1 Running 0...

I was using containerd cri, the solution is to delete default configuration file ```bash rm -f /etc/cni/net.d/10-containerd-net.conflist ``` or do not extract it at all ```bash tar --no-overwrite-dir -C /...

@oglok you can find the solution in my previous comment

@oglok you may try to troubleshoot it by following the same way, like check /etc/cni/net.d directory for any configuration files, keep only needed

Ubuntu 20.04 (Focal) has libc6 of version 2.31 by default, however dog which is available here was compiled against libc6 of version 2.32, and this version of libc6 will be...

just in case, `dnf` uses its own implementation via `libdnf` to be able to verify RPM signatures, not `pygpgme` anymore

I changed this ``` sed -i 's/from lemur.plugins.lemur_vault import auth/from lemur_vault import auth/g' lemur_vault/lemur_vault/plugin.py ``` and ``` pip install -e . ```

the problem is here https://github.com/RcRonco/lemur_vault/blob/master/lemur_vault/plugin.py#L195 it should be ``` ca_cert = resp.content ```

Worth noting that the current implementation has no retries at all due to this line (it is always 1 and counter isn't reset), probably you'll be keen to address this...

hello all, could you please suggest what can we do to finally close this issue?