Hey,
we're running an RKE cluster with a self-signed cert which causes the issue:
Unable to connect to the server: x509: certificate signed by unknown authority
But even if I specify the parameter --kube-insecure-tls the error appears. On kubectl the parameter --insecure-skip-tls-verify prevents that error.
Used kubectl version: v1.18.2
Used kube-dump version: v1.0.4
Hey, we're running an RKE cluster with a self-signed cert which causes the issue:
Unable to connect to the server: x509: certificate signed by unknown authority
But even if I specify the parameter
--kube-insecure-tls
the error appears. On kubectl the parameter--insecure-skip-tls-verify
prevents that error.Used kubectl version: v1.18.2 Used kube-dump version: v1.0.4