mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
add kubernetes.default to kubernetes-csr.json hosts
This commit is contained in:

committed by
Kelsey Hightower

parent
d3cd897b08
commit
09a5f05eb6
@@ -160,7 +160,8 @@ cat > kubernetes-csr.json <<EOF
|
||||
"10.240.0.21",
|
||||
"10.240.0.22",
|
||||
"${KUBERNETES_PUBLIC_ADDRESS}",
|
||||
"127.0.0.1"
|
||||
"127.0.0.1",
|
||||
"kubernetes.default"
|
||||
],
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
|
Reference in New Issue
Block a user