Istio: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 31: | Line 31: | ||
|valign='top'| | |valign='top'| | ||
sudo update-alternatives --remove-all istioctl | |||
update-alternatives --list istioctl | |||
sudo rm -rf /opt/cli/istio-1.17.2 | |||
sudo lsof -i -P -n | grep LISTEN | sudo lsof -i -P -n | grep LISTEN | ||
Revision as of 18:21, 15 April 2023
sudo wget -c https://github.com/istio/istio/\ releases/download/1.17.2/istio-1.17.2-linux-amd64.tar.gz -P /opt/cli/ sudo tar -xvzf /opt/cli/istio-1.17.2-linux-amd64.tar.gz -C /opt/cli/ sudo rm -rf /opt/cli/istio-1.17.2-linux-amd64.tar.gz sudo update-alternatives --install /usr/local/bin/istioctl istioctl\ /opt/cli/istio-1.17.2/bin/istioctl 1983 sudo update-alternatives --install /usr/bin/istioctl istioctl\ /opt/cli/istio-1.17.2/bin/istioctl 1983
Knowledge
minikube start --cpus 6 --memory 8192 |
||
| ||
sudo ss -tulwn | grep LISTEN sudo ss -tulpn | grep LISTEN sudo ss -tulpn | grep LISTEN | grep sshd sudo ss -tulpn | grep LISTEN | grep minio sudo ss -tulpn | grep LISTEN | grep resolve |
sudo update-alternatives --remove-all istioctl update-alternatives --list istioctl sudo rm -rf /opt/cli/istio-1.17.2 sudo lsof -i -P -n | grep LISTEN |
References
| ||