Skip to content

Commit

Permalink
fix worker scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Nov 22, 2017
1 parent 750fcfe commit e427bd0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/1_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@ set_hostname
setup_ntp
setup_docker

attach_volume
mount_volume
if [ "$(cat /etc/terraform/role)" == "master" ]; then
attach_volume
mount_volume
fi

setup_kubelet


0 comments on commit e427bd0

Please sign in to comment.