Commit f1603a02 authored by Julian Strobl's avatar Julian Strobl

take all ssh public keys into account

For those of us, who do not use the default ssh naming scheme.
parent dd71deb7
...@@ -205,7 +205,7 @@ function kube-up { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment