Hi all,
I’m trying to install istio using istioctl but I receive various errors stating that istioctl
sysop@hoseplak3s:~/software/istio-1.4.3$ sudo istioctl manifest apply --set profile=demo
- Applying manifest for component Base...
Failed to wait for resources ready: Get http://localhost:8080/api/v1/namespaces/istio-system: dial tcp [::1]:8080: connect: connection refused
- Applying manifest for component Galley...
- Applying manifest for component Policy...
Seems that istioctl is looking for the kubernetes apiserver on localhost:8080 but in my installation (I’m using k3s) kubernetes service responds at 10.43.0.1:443
If I use kubectl proxy the address is 127.0.0.1:8001
I am also facing same problem but above resolution does not work for me. Is there any prerequisite before installing istio, currently i just downloaded , added the PATH variable and run the install command which fail with
sankalp@DESKTOP:~/istio-1.10.1$ istioctl install --set profile=demo -y
Error: Get “http://localhost:8080/api?timeout=32s”: dial tcp 127.0.0.1:8080: connect: connection refused