-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upgrade to use Kustomize v4+ #1797
Copy link
Copy link
Closed
Labels
Description
From the README of kubeflow/manifests: https://github.com/kubeflow/manifests#prerequisites, it is a prerequisite to use Kustomize v3.2.0 for building resources. However, Kustomize v4+ is available. Can we upgrade prerequisite to use new version of Kustomize?
One thing that needs to be changed is that: flag name load_restrictor is changed in Kustomize v4+, we need to make the following updates in docs and build commands:
Change from --load_restrictor=none to --load-restrictor LoadRestrictionsNone. Note the difference between _ and -.
Reactions are currently unavailable