You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run kustomize build using version kustomize 5.0.0 to see the warning
git clone https://github.com/kubeflow/manifests.git
cd manifests/common/knative/knative-serving/overlays/gateways
kustomize build . > tmp.yaml
Current Behavior
Step 2 produces the following warning
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Expected Behavior
Step 2 completes without a warning and produces the same yaml as before the changes
Run kustomize build using version kustomize 5.0.0 to see the warning
git clone https://github.com/kubeflow/manifests.git
cd manifests/common/knative/knative-serving/overlays/gateways
kustomize build . > tmp.yaml
Current Behavior
Step 2 produces the following warning
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Expected Behavior
Step 2 completes without a warning and produces the same yaml as before the changes
/common directory is managed by the Manifest WG, PR should be made to the manifests repo
/help
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Part of #2388 to support kustomize 5 without warnings. Fix the use of deprecated fields in
manifests/common/knative/knative-serving/overlays/gateways
Steps To Reproduce
Download kustomize 5.0.0
Run
kustomize build
using version kustomize 5.0.0 to see the warningCurrent Behavior
Step 2 produces the following warning
Expected Behavior
Step 2 completes without a warning and produces the same yaml as before the changes
Helpful links:
Where does the fix belong?
/common
directory is managed by the Manifest WG, PR should be made to the manifests repo/help
/good-first-issue
The text was updated successfully, but these errors were encountered: