take all ssh public keys into account

For those of us, who do not use the default ssh naming scheme.
This commit is contained in:
Julian Strobl 2015-12-07 16:35:02 +01:00
parent dd71deb772
commit f1603a0213

View File

@ -205,7 +205,7 @@ function kube-up {
set_service_accounts set_service_accounts
initialize-network initialize-network
readonly ssh_keys="$(cat ~/.ssh/id_*.pub | sed 's/^/ - /')" readonly ssh_keys="$(cat ~/.ssh/*.pub | sed 's/^/ - /')"
readonly kubernetes_dir="$POOL_PATH/kubernetes" readonly kubernetes_dir="$POOL_PATH/kubernetes"
local i local i