Merge pull request #23565 from npu21/svcAccountKey-zh

Fix arguments for service account key pair
pull/23624/head
Kubernetes Prow Robot 2020-08-31 02:52:20 -07:00 committed by GitHub
commit f0628d2444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ Same considerations apply for the service account key pair:
| 私钥路径 | 公钥路径 | 命令 | 参数 |
|------------------------------|-----------------------------|-------------------------|--------------------------------------|
| 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