kubernetes-sigs / cluster-api-operator

Home for Cluster API Operator, a subproject of sig-cluster-lifecycle
https://cluster-api-operator.sigs.k8s.io
Apache License 2.0
174 stars 79 forks source link

Kustomize deprecation warnings #150

Open Fedosin opened 1 year ago

Fedosin commented 1 year ago

What steps did you take and what happened: When I generate release manifests with make release-manifests I get multiple kustomize warnings

➭ make release-manifests
/Users/mfedosin/projects/cluster-api-operator/hack/tools/bin/kustomize-v5.0.1 build ./config/default > out/operator-components.yaml
# Warning: 'bases' is deprecated. Please use 'resources' 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: 'vars' is deprecated. Please use 'replacements' instead. [EXPERIMENTAL] 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.

What did you expect to happen: I'd like to see all warnings fixed.

Environment:

/kind bug /area release

furkatgofurov7 commented 1 year ago

/triage accepted /help

k8s-ci-robot commented 1 year ago

@furkatgofurov7: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes-sigs/cluster-api-operator/issues/150): >/triage accepted >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
tasdikrahman commented 1 year ago

/assign

k8s-triage-robot commented 3 months ago

This issue has not been updated in over 1 year, and should be re-triaged.

You can:

For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/

/remove-triage accepted

furkatgofurov7 commented 3 months ago

/triage accepted /unassign @tasdikrahman /help

furkatgofurov7 commented 2 months ago

@tasdikrahman hey, sorry for unassigning you from the issue (my bad). Would you be interested working on this?