patrocinio / kubernetes-ibmcloud

Deploys Kubernetes environment in SoftLayer
24 stars 14 forks source link

More fixes..more progress..but still failure #23

Open patrocinio opened 8 years ago

patrocinio commented 8 years ago

Hey Eduardo:

Had to also install ansible...and uncomment out the line for ssh-keygen plus changed the following line because PASSWORD was not being extracted properly.

Remove "remote users....KAD I changed $3 to $4"

PASSWORD=grep root $TEMP_FILE | grep -v "remote users" | awk '{print $4}' echo PASSWORD $PASSWORD