mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
fix: SSH Configuation for Kube API Server
Name mismatch on the extesions.
This commit is contained in:
@@ -54,7 +54,7 @@ certs=(
|
||||
"admin" "node01" "node02"
|
||||
"kube-proxy" "kube-scheduler"
|
||||
"kube-controller-manager"
|
||||
"kube-api-server"
|
||||
"kube-apiserver"
|
||||
"service-accounts"
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user