Skip to content

solo-io/asdf-istio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-vm plugin for Istio

The asdf-vm plugin to install and manage multiple Istio versions.

Pre-requisites

Install

asdf plugin-add istio https://github.com/solo-io/asdf-istio

List Installable Istio versions

asdf list-all istio

Download and install latest

asdf install istio latest

Download and install specific version

asdf install istio 1.11.5

Use

To make your Istio/Kubernetes projects use a specific version of Istio, run the following command from the root of project:

# e.g. asdf local istio 1.11.5
asdf local istio <istio-verison>

The command will create a .tools-version in the local project directory pointing to the Istio version passed argument. The path will now be adjusted to use the Istio version used in the command

To set a Istio version globally, run:

asdf global istio <istio-version>

Once you have set the Istio version using asdf global or asdf local commands, you can set the ISTIO_HOME variable using the command,

export ISTIO_HOME=$(asdf where istio)

License

Apache License v2