Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 783 Bytes

File metadata and controls

21 lines (11 loc) · 783 Bytes

Worker Node Provisioning (E-Z MODE)

Picture3
  1. Head to your first worker node.

    student@XYZ~$ ssh node-1

  2. Become root.

    student@node-1~$ sudo -i

  3. Download the bash script.

    student@node-1~$ wget https://raw.githubusercontent.com/csfeeser/k8s/master/steps1to26.sh

  4. Run that bad boy. Hit Enter during any pink screens that pop up, answer yes to any yes/no questions, and when prompted for a password it is alta3.

    student@node-1~$ bash steps1to26.sh

  5. Do steps 27 onward normally inside Lab 17. 💻 Join Node to Cluster