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