Open
Description
The insecureSkipTLSVerify: true
flag is used within the deployment manifest:
According to the k8s api docs this should not be used: InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.
https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#apiservicespec-v1-apiregistration-k8s-io
Was insecureSkipTLSVerify: true
added because the container generates its own self signed certificate, which cannot be validated by the api server? Can this be resolved somehow?
Metadata
Metadata
Assignees
Labels
No labels