OpenDAX v4 docs
Search
⌃K

Restart Finex Pod

If you need to reload the Finex pod manually, follow the tutorial.

GCP

  1. 1.
    Install gcloud CLI, here.
  2. 2.
    Log in to your account and project gcloud auth login
  3. 3.
    Copy command from the gcloud console Example: gcloud compute ssh --zone "europe-west1-b" "alpha319" --project "openware-dev"
  4. 4.
    sudo su -
  5. 5.
    kubectl get po -n odax
  6. 6.
    Take the Finex pod name and delete it Example: kubectl delete po -n odax finex-5977b6c5f8-js9hf