https://github.com/zufardhiyaulhaq/setup-istioctl
Enable GitHub developers to install istioctl using GitHub Actions
https://github.com/zufardhiyaulhaq/setup-istioctl
github-actions istio istioctl service-mesh servicemesh
Last synced: 7 months ago
JSON representation
Enable GitHub developers to install istioctl using GitHub Actions
- Host: GitHub
- URL: https://github.com/zufardhiyaulhaq/setup-istioctl
- Owner: zufardhiyaulhaq
- Created: 2021-08-10T16:17:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T06:16:06.000Z (over 2 years ago)
- Last Synced: 2025-01-14T23:33:49.628Z (9 months ago)
- Topics: github-actions, istio, istioctl, service-mesh, servicemesh
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```yaml
- uses: zufardhiyaulhaq/setup-istioctl@v1.0.0
with:
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