Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kubebuilder documentation with steps to add custom configurations #3457

Closed
varshaprasad96 opened this issue Jun 14, 2023 · 3 comments
Closed
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/documentation Categorizes issue or PR as related to documentation. kind/feature Categorizes issue or PR as related to a new feature.

Comments

@varshaprasad96
Copy link
Member

What do you want to happen?

This is a documentation issue.

With the deprecation of component-config based scaffolding in controller-runtime (v0.15.0), Kubebuilder has also taken the action to deprecate it in the upcoming release (#3442).

An alternative to using component-config is to pass the customizations through manager.Options struct in controller-runtime.

A detailed reference and the steps are provided in the following places:

  1. ⚠️ deprecate component config and no longer able to ensure that it is functioning as intended #3442 (comment) and also in
  2. ✨ bump controller-runtime to v0.15.0 #3421 (comment)

The Kubebuilder documentation needs to be updated with this information as an alternative.

Extra Labels

/kind documentation

@varshaprasad96 varshaprasad96 added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 14, 2023
@k8s-ci-robot k8s-ci-robot added the kind/documentation Categorizes issue or PR as related to documentation. label Jun 14, 2023
@varshaprasad96 varshaprasad96 added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Jun 14, 2023
@mjlshen
Copy link
Contributor

mjlshen commented Jun 15, 2023

I'm interested in working on this one :D

@ashutosh887
Copy link
Contributor

Let me work on this

/assign

@varshaprasad96
Copy link
Member Author

This seems to be completed from #3577. I'm going to close it, @ashutosh887 let me know if there is anything else remaining on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/documentation Categorizes issue or PR as related to documentation. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants