Versions Compared

Key

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

...

kubectl create -f controllers/clowder-controller.yaml

Step

...

5: Clowder GUI

Wait a minute or so for Clowder to start. Once it has started, you should be able to navigate your browser to port 30291 of your OpenStack VM's IP.

...

kubectl exec `kubectl get pods | grep lastic | awk '{print $1}'` -- /usr/share/elasticsearch/bin/plugin install mobz/elasticsearch-head

TERRA Tool Server

More information to come...

Stopping the Cluster

To shut down the cluster, simply perform all steps above in reverse with delete instead of create.

...