Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanprodan/kube-tools
Kubernetes tools for GitHub Actions CI
https://github.com/stefanprodan/kube-tools
conftest github-actions helm kubernetes kubeval kustomize
Last synced: 2 months ago
JSON representation
Kubernetes tools for GitHub Actions CI
- Host: GitHub
- URL: https://github.com/stefanprodan/kube-tools
- Owner: stefanprodan
- License: apache-2.0
- Archived: true
- Created: 2019-10-22T13:39:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T15:58:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T05:36:24.899Z (6 months ago)
- Topics: conftest, github-actions, helm, kubernetes, kubeval, kustomize
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 190
- Watchers: 5
- Forks: 51
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-tools
The kube-tools GitHub Action has been deprecated in favor of
[Arkade](https://github.com/alexellis/arkade) which offers overs 100 CLI tools.To migrate your workflows from kube-tools to Arkade,
you can use the [arkade-get](https://github.com/alexellis/arkade-get)
GitHub Action as a drop-in replacement.Example:
```yaml
- uses: alexellis/setup-arkade@v1
- uses: alexellis/arkade-get@master
with:
kubectl: latest
kustomize: latest
kubeconform: latest
helm: latest
jq: latest
yq: latest
```