Created
July 7, 2020 07:43
-
-
Save relaxdiego/baaa07c831ab55ed37885f51fa6bd89e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ microk8s.start | |
Started. | |
Enabling pod scheduling | |
node/dev-18-04-2 already uncordoned | |
$ microk8s.status | grep istio | |
istio: disabled | |
$ cd /tmp | |
$ curl -L https://istio.io/downloadIstio | sh - | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 107 100 107 0 0 105 0 0:00:01 0:00:01 --:--:-- 105 | |
100 3896 100 3896 0 0 1978 0 0:00:01 0:00:01 --:--:-- 1902k | |
Downloading istio-1.6.4 from https://github.com/istio/istio/releases/download/1.6.4/istio-1.6.4-linux.tar.gz ...Failed. | |
Trying with TARGET_ARCH. Downloading istio-1.6.4 from https://github.com/istio/istio/releases/download/1.6.4/istio-1.6.4-linux-amd64.tar.gz ... | |
Istio 1.6.4 Download Complete! | |
Istio has been successfully downloaded into the istio-1.6.4 folder on your system. | |
Next Steps: | |
See https://istio.io/docs/setup/kubernetes/install/ to add Istio to your Kubernetes cluster. | |
To configure the istioctl client tool for your workstation, | |
add the /tmp/istio-1.6.4/bin directory to your environment path variable with: | |
export PATH="$PATH:/tmp/istio-1.6.4/bin" | |
Begin the Istio pre-installation verification check by running: | |
istioctl verify-install | |
Need more information? Visit https://istio.io/docs/setup/kubernetes/install/ | |
$ export PATH="$PATH:/tmp/istio-1.6.4/bin" | |
$ istioctl install --set profile=demo | |
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details. | |
✔ Istio core installed | |
✔ Istiod installed | |
✔ Egress gateways installed | |
✔ Ingress gateways installed | |
✔ Addons installed | |
✔ Installation complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment