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