linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
64 stars 54 forks source link

Some Kustomize features the project uses are deprecated #157

Closed mhmxs closed 20 hours ago

mhmxs commented 6 months ago

General:


Feature Requests:


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.

komer3 commented 20 hours ago

This was fixed in the following commit a while back: https://github.com/linode/linode-blockstorage-csi-driver/commit/f7705905557da66328d96114afc9ec1c9ebb1f9b

Closing this issue