add kubernetes.default to kubernetes-csr.json hosts

pull/101/merge
Noah Dietz 2016-10-12 14:47:40 -07:00 committed by Kelsey Hightower
parent d3cd897b08
commit 09a5f05eb6
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ cat > kubernetes-csr.json <<EOF
"10.240.0.21", "10.240.0.21",
"10.240.0.22", "10.240.0.22",
"${KUBERNETES_PUBLIC_ADDRESS}", "${KUBERNETES_PUBLIC_ADDRESS}",
"127.0.0.1" "127.0.0.1",
"kubernetes.default"
], ],
"key": { "key": {
"algo": "rsa", "algo": "rsa",