Update install_flux.sh to use kustomize that comes with kubectl.
All threads resolved!
All threads resolved!
Merge Request
Script Changes
Instead of having to install kustomize (which sucks), let's use the version bundled with kubectl.
Edited by Jason Krause
Merge request reports
Activity
added kinddocs statusreview labels
assigned to @jasonkrause
requested review from @micah.nagel, @BrandenCobb, and @ryan.j.garcia
removed kinddocs label
- Resolved by Jason Krause
changed milestone to %1.30.0
- Resolved by Jason Krause
So sounds like...
- add a check to validate kubectl version is 1.21+, use kubectl kustomize if so
- if kubectl < 1.21, use kustomize as before (probably don't need a version check since we didn't have one before)
(maybe?) add a check for kustomize binary and use it if exists (maybe with a version check too)
@michaelmcleroy not that we can 100% trust this but kustomize states in their repo that kubectl kustomize will be kept up to date going forward - https://github.com/kubernetes-sigs/kustomize#kubectl-integration - maybe that gives more confidence in using it.
Edited by Micah Nagel
removed statusreview label
added statusreview label
removed statusreview label
added statusreview label
added 187 commits
-
d46a70ce...c70ab51f - 186 commits from branch
master
- 1b88f0e6 - Merge branch 'master' into jasonkrause-master-patch-19737
-
d46a70ce...c70ab51f - 186 commits from branch
mentioned in commit 2417d6b8
Please register or sign in to reply