add kubernetes.default to kubernetes-csr.json hosts

pull/87/head
Noah Dietz 2016-10-12 14:47:40 -07:00
parent 0450e2b3b7
commit 8d3ec5fa96
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",