Skip to content
play

GitHub Action

Istioctl installer

v1.1.0 Latest version

Istioctl installer

play

Istioctl installer

Install a specific version of istioctl binary. Acceptable values are latest or any semantic version string like 1.17.1

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Istioctl installer

uses: zufardhiyaulhaq/[email protected]

Learn more about this action in zufardhiyaulhaq/setup-istioctl

Choose a version

Setup Istioctl

Install a specific version of Istioctl binary on the runner.

Acceptable values are latest or any semantic version string like 1.9.7. Use this action in workflow to define which version of Istioctl will be used.

- uses: zufardhiyaulhaq/[email protected]
  with:
    version: '<version>'

Refer to the action metadata file for details about all the inputs https://github.com/zufardhiyaulhaq/setup-istioctl/blob/master/.github/workflows/main.yml