Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.18 KB

Purpose

These shell scripts automate the setup and teardown process of Kubernetes cluster on Hypriot OS (debian based). The need for this was felt as every time master node rebooted or turned off then the kubedeam initialization needs to be done again, hence to automate the process these scripts were developed.

Description

Script Name Purpose
tearDown tears down the kubernetes cluster
setupMaster set's up up the master node(can also be used for slaves)
setupWifi configures wifi

How to use:

  1. Clone the repo.
  2. Use setupMaster.sh for master and slave setup.
  3. If the master restarts and cluster needs to reset then use tearDown.sh (run tearDown on all nodes).
  4. For configuring wifi on any node utilize setupWifi.sh.

Other resources and references

  1. Setup kubernetes raspberry pi cluster
  2. How to run shell scripts
  3. Issues in kubernetes

Developer comments

Kube-constuct is being merged with Utility Scipts Project