Versions Compared

Key

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

...

  • Engage with Roost Support to get a ROOST_USER assigned to you.

  • SSH to the Cluster master node and execute this command with appropriate values

  • EMAIL can be any valid email, preferably yours and ROOST_TOKEN can be any unique string (lowercase) to identify this cluster. KUBECONFIG needs to be set to the absolute path of the Kubernetes config file (typically found under /etc/kubernetes/admin.conf or $HOME/.kube/config).

    Code Block
    export EMAIL="****" ROOST_USER="*****PROVIDED_BY_ROOST" ROOST_TOKEN="****" KUBECONFIG="<path to config file>";
    curl https://remote-roost.s3-us-west-1.amazonaws.com/remote-roost.sh| bash

...