helmfile
helmfile copied to clipboard
Support kubectl builtin kustomize
Hi,
I tried strategicMergePatches do today, but It failed because "kustomize": executable file not found in $PATH.
Since kubernetes 1.14, kustomize ist part of the kubectl command (kubectl kustomize). The standalone kustomize binary should not required anymore.
My coworker said that this is because the kustomize in kubectl is old, and not featureful enough as the standalone version.
Maybe not all feature are required for helmfile?
kustomize in kubectl is old
Just for reference: https://github.com/kubernetes-sigs/kustomize/issues/1500
@jkroepke
Maybe interesting to you: the Docker image of Helmfile now includes kustomize.
https://github.com/roboll/helmfile/pull/1626
@eigood https://github.com/kubernetes/kubernetes/pull/98946 looks like in next kubectl, kustomize is up 2 date. this could be relevant now
Does helmfile still require kustomize binary?
It seems it doesn't, from #1736 . This issue should be reviewed and closed.