- Download the latest stable version of Istio for windows zip and extract the contents.
- Copy the absolute path to the
bin
folder under the downloaded istio-<VERSION_NUMBER> folder e.g., C:/Users/Administrator/istio-1.0.5-win/istio-1.0.5/bin - In the Search on the taskbar, look and open "Edit environment variables for my account".
- Under User variables, edit
path
environment variable and add a new entry pointing to the bin folder as copied above. Save the entries.
- Open command prompt and run
istioctl
. - To Check the version, run
istioctl version
I followed your instructions, and when I ran istioctl, everything went fine. I downloaded istio-1.22.1-win.zip. When I ran istioctl version, I got this: unable to retrieve Pods: Get "http://localhost:8080/api/v1/namespaces/istio-system/pods?fieldSelector=status.phase%3DRunning&labelSelector=app%3Distiod": dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
What does this mean? how do I fix this?