jamesfalkner / istio-lab-summit-2018

Lab content for "Hands On with Istio on OpenShift" presented at Red Hat Summit 2018
4 stars 9 forks source link

lab VM image has mac os binaries which don't work on RHEL #3

Closed jamesfalkner closed 6 years ago

jamesfalkner commented 6 years ago

Need to use https://github.com/istio/istio/releases/download/0.6.0/istio-0.6.0-linux.tar.gz instead

jamesfalkner commented 6 years ago

Workaround:

cd /opt/lab
rm -rf istio-0.6.0
curl -sL  https://github.com/istio/istio/releases/download/0.6.0/istio-0.6.0-linux.tar.gz | tar -xvzf -
thoraxe commented 6 years ago
[root@generalrhelserver7 istio-lab-summit-2018]# /opt/lab/istio-0.6.0/bin/istioctl --help                

Istio configuration command line utility. 
...

Done!