Closed danielkucera closed 1 year ago
The cns-manager complains about unknown certificate authority:
2023-06-26T07:52:15.304Z ERROR OrphanVolumeMonitoring ov/monitoring.go:63 Failed to update orphan volume cache. {"TraceId": "212555c3-0999-4324-919a-b8c546ce3677", "error": "Get \"https://172.30.0.1:443/api/v1/persistentvolumes\": x509: certificate signed by unknown authority"}
The cns-manager can list cluster objects.
No response
fixed by adding insecure-skip-tls-verify: true into the kubeconfig
insecure-skip-tls-verify: true
Describe the bug
The cns-manager complains about unknown certificate authority:
Reproduction steps
Expected behavior
The cns-manager can list cluster objects.
Additional context
No response