Skip to content
Snippets Groups Projects
Commit bd72fb95 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

auto install istioctl to mgmt

parent 13cf44f8
Branches
No related tags found
No related merge requests found
...@@ -54,3 +54,16 @@ ...@@ -54,3 +54,16 @@
owner: root owner: root
group: root group: root
mode: '0770' mode: '0770'
- name: Download and setup latest istio
shell:
curl -sL https://istio.io/downloadIstioctl | sh -
- name: Add istio to path
shell:
"export PATH=$PATH:$HOME/.istioctl/bin"
- name: Update bashrc to export istioctl
lineinfile:
dest: $HOME/.bashrc
line: "export PATH=$PATH:$HOME/.istioctl/bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment