airavata-courses / VignyaanDwaarNirman

Micro-service Architecture based Radar Data Visualization Web Application. Tools and Technologies: Jetstream, Kubernetes, Docker, RabbitMQ, Jenkins, RESTful, JAVA, Node JS, MongoDB
http://149.165.168.66:30012
0 stars 2 forks source link

Istio command environment variable #32

Open AnshulV98 opened 4 years ago

AnshulV98 commented 4 years ago

There is an issue with the current installation of Istio in the Jetstream instance, where each time you ssh into the instance, the ' istioctl ' command is not found and you have to cd into the istio directory and set the environment. Try to find a solution for this

ViralPrajapati commented 4 years ago

I have tried various methods, including separately installing istioctl using following commands: curl -sL https://istio.io/downloadIstioctl | sh - export PATH=$PATH:$HOME/.istioctl/bin But even this is not solving the probelm.