istioctl 설치


개요

istioctl 설치
curl -sL https://istio.io/downloadIstioctl | sh -
export PATH=$PATH:$HOME/.istioctl/bin
testuser@localhost:~$ curl -sL https://istio.io/downloadIstioctl | sh -

Downloading istioctl-1.8.0 from https://github.com/istio/istio/releases/download/1.8.0/istioctl-1.8.0-linux-amd64.tar.gz ...
istioctl-1.8.0-linux-amd64.tar.gz download complete!

Add the istioctl to your path with:
  export PATH=$PATH:$HOME/.istioctl/bin

Begin the Istio pre-installation check by running:
         istioctl x precheck

Need more information? Visit https://istio.io/docs/reference/commands/istioctl/
testuser@localhost:~$ export PATH=$PATH:$HOME/.istioctl/bin
testuser@localhost:~$ istioctl version
no running Istio pods in "istio-system"
1.8.0

같이 보기

참고