Merge pull request #23530 from tallaxes/patch-1

Fix arguments for service account key pair
This commit is contained in:
Kubernetes Prow Robot
2020-08-31 09:10:21 -07:00
committed by GitHub
@@ -124,8 +124,8 @@ Same considerations apply for the service account key pair:
| private key path | public key path | command | argument |
|------------------------------|-----------------------------|-------------------------|--------------------------------------|
| sa.key | | kube-controller-manager | service-account-private |
| | sa.pub | kube-apiserver | service-account-key |
| sa.key | | kube-controller-manager | --service-account-private-key-file |
| | sa.pub | kube-apiserver | --service-account-key-file |
## Configure certificates for user accounts