To ensure the API Server utilizes its own TLS certificates, the
tls-cert-file
must be configured. Verify
that the apiServerArguments
section has the tls-cert-file
configured in
the config
configmap in the openshift-kube-apiserver
namespace
similar to:
"apiServerArguments":{
...
"tls-cert-file": [
"/etc/kubernetes/static-pod-certs/secrets/service-network-serving-certkey/tls.crt"
],
...
}