I installed istioctl on my Mac and am trying to run this command from the terminal
istioctl install --set profile=demo -y
However this is the immediate response:
Error: check minimum supported Kubernetes version: error getting Kubernetes version: Get "https://0.0.0.0:52094/version?timeout=5s": dial tcp 0.0.0.0:52094: connect: connection refused
My istioctl version is 1.24.1 and I’m running Kubernetes v1.30.5. Does anyone know why this happens?