Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.04 KB

BARE_METAL.md

File metadata and controls

21 lines (13 loc) · 1.04 KB

Bare Metal Kubernetes

Gitter Support

The following are steps of a sample deployment on a kubernetes cluster. All the files are present in deploy/examples/kubernetes/ directory of this repository. The following assumes the reader knows basics of kubernetes & docker. The steps where performed on master version-1.14.

  1. Setup a Kubernetes Cluster.

  2. Make sure to install nfs-common on all your nodes.

  3. Add label to the node where you want to save the data: kubectl label nodes <node-name> volume=nfs-server

  4. Setup Metallb on your cluster. (Tested with v0.8.3)

  5. Create BareMetal OpenWISP kubernetes requirements: kubectl create -f BareMetal.yml

  6. Your system is ready, now you can move to the installation of OpenWISP on kubernetes here.