linode-blockstorage-csi-driver icon indicating copy to clipboard operation
linode-blockstorage-csi-driver copied to clipboard

Some Kustomize features the project uses are deprecated

Open mhmxs opened this issue 1 year ago • 0 comments

General:

  • [X] Have you removed all sensitive information, including but not limited to access keys and passwords?
  • [X] Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Feature Requests:

  • [ ] Have you explained your rationale for why this feature is needed?
  • [ ] Have you offered a proposed implementation/solution?

Bug Reporting

Some Kustomize features the project uses are deprecated.

make -C e2e test-manifest 
make: Entering directory '/home/rkovacs/src/github.com/linode/linode-blockstorage-csi-driver/e2e'
../hack/generate-yaml.sh canary > test/manifest/linode-blockstorage-csi-driver.yaml
# Warning: 'bases' is deprecated. Please use 'resources' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesJson6902' 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.
# Warning: 'patchesJson6902' 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.
# Warning: 'patchesJson6902' 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

Actual Behavior

Steps to Reproduce the Problem

  1. make -C e2e test-manifest

Environment Specifications

kustomize version - 5.1.1

Screenshots, Code Blocks, and Logs

Additional Notes


For general help or discussion, join the Kubernetes Slack team channel #linode. To sign up, use the Kubernetes Slack inviter.

The Linode Community is a great place to get additional support.

mhmxs avatar Mar 04 '24 22:03 mhmxs