-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The insecureSkipTLSVerify: true flag is used within the deployment manifest:
| insecureSkipTLSVerify: true |
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
help wantedExtra attention is neededExtra attention is needed