Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

kameshsampath/asdf-glooctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-vm plugin for Gloo Edge

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

Pre-requisites

Install

asdf plugin-add istio https://github.com/kameshsampath/asdf-glooctl

Use

Check [asdf](https://asdf-vm.github.io/asdf/) for instructions on how to install & manage versions of Istio.

List Installable Istio versions

asdf list-all glooctl

Download and install latest

asdf install glooctl latest

Download and install specific version

asdf install glooctl 1.6.29

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

# e.g. asdf local glooctl 1.6.29
asdf local glooctl <glooctl-verison>#(1)

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

To set a Gloo Edge version globally, run:

asdf global glooctl <glooctl-version>