-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
Eschewed features
- This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
What would you like to have added?
I wish we could have a kubernetes sponsored setup-kustomize
github action.
Inputs should include the version tag or latest
keyword, defaulting to latest
Why is this needed?
Can't run kustomize
tool on github action runners without installing it.
Can you accomplish the motivating task without this feature, and if so, how?
I'm doing it manually in a script step with commands like:
curl -sLO https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.5.7/kustomize_v4.5.7_linux_amd64.tar.gz
tar -xzf kustomize_v4.5.7_linux_amd64.tar.gz
chmod +x kustomize
sudo mv kustomize /usr/local/bin/
What other solutions have you considered?
Community actions exist out there see the marketplace search results
My company has a very strict list of white-listed actions or publishers allowed, so we can't just use community actions.
Anything else we should know?
No response
Feature ownership
- I am interested in contributing this feature myself! 🎉
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.