Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bootstrapping Clowder in Kubernetes

Step

...

git clone https://github.com/nds-org/nds-labs
cd nds-labs/
git fetch --all
git checkout lambert-dev

TODO: Once this is pushed up to master, remove the "checkout" step.

Step 1: Bring up an empty cluster

From the project root, execute the following command to bring up a blank cluster:

...

Setup an empty K8 cluster, as described here: Cluster Setup: Development (Local)

Step 2: Bring up all services

...