LoginSignup
0
0

More than 1 year has passed since last update.

istioctlインストール

Last updated at Posted at 2022-08-30
  935  free -m
  936  grep physical.id /proc/cpuinfo | sort -u | wc -l
  937  grep cpu.cores /proc/cpuinfo | sort -u
  938  grep processor /proc/cpuinfo | wc -l

  168  which istioctl
  240  helm repo add istio https://istio-release.storage.googleapis.com/charts
  242  wget https://github.com/istio/istio/releases/download/1.14.3/istio-1.14.3-linux-amd64.tar.gz
  244  tar xvf istio-1.14.3-linux-amd64.tar.gz
  245  ls -l istio-1.14.3/bin
  246  sudo cp ./istio-1.14.3/bin/istioctl  /usr/local/bin/
  247  istioctl version
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0