Closed
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 have proposed package with kustomize
to winget - official package manager for Windows, see microsoft/winget-pkgs#101695
Unfortunately, winget only supports zip archive or raw exe as portable 'installer', see microsoft/winget-cli#2899
So, the packaging of kustomize
is currently blocked.
Why is this needed?
There already are several Kubernetes toools packaged for winget: kubectl
and kompose
, and minikube
too.
It would be awesome if the kustomize
joined in and be offered to install on Windows with the simple winget
command:
winget install --id Kubernetes.kubectl
The other tools are available to download as plain .exe
files:
- https://github.com/microsoft/winget-pkgs/blob/master/manifests/k/Kubernetes/kubectl/1.26.3/Kubernetes.kubectl.installer.yaml#L13
- https://github.com/microsoft/winget-pkgs/blob/a4cf5332206b4fc0237fbb482fed8e1a87a8b043/manifests/k/Kubernetes/kompose/1.28.0/Kubernetes.kompose.installer.yaml#L11
It would be very helpful if kustomize.exe
was also available like those two.
Can you accomplish the motivating task without this feature, and if so, how?
No.
What other solutions have you considered?
None exist.
Anything else we should know?
No response
Feature ownership
- I am interested in contributing this feature myself! 🎉