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

Add comments for values in values.yaml #8130

Closed
longwuyuan opened this issue Jan 11, 2022 · 18 comments
Closed

Add comments for values in values.yaml #8130

longwuyuan opened this issue Jan 11, 2022 · 18 comments
Assignees
Labels
area/docs 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. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@longwuyuan
Copy link
Contributor

  • We recently adopted helm-docs https://github.com/norwoodj/helm-docs
  • The helm-docs tool autogenerates README.md
  • Autogenerated README.md creates a table of all the values in values.yaml
  • The last column of the table is the description of the value
  • The description is picked up from the comments above each value in values.yaml
  • Several values in values.yaml do not have comments
  • This issue is to edit values.yaml to ensure all values have comments
  • Links for reference

/remove-kind bug
/kind documentation
/area docs
/good-first-issue

@longwuyuan longwuyuan added the kind/bug Categorizes issue or PR as related to a bug. label Jan 11, 2022
@k8s-ci-robot
Copy link
Contributor

@longwuyuan:
This request has been marked as suitable for new contributors.

Guidelines

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

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

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-good-first-issue command.

In response to this:

  • We recently adopted helm-docs https://github.com/norwoodj/helm-docs
  • The helm-docs tool autogenerates README.md
  • Autogenerated README.md creates a table of all the values in values.yaml
  • The last column of the table is the description of the value
  • The description is picked up from the comments above each value in values.yaml
  • Several values in values.yaml do not have comments
  • This issue is to edit values.yaml to ensure all values have comments
  • Links for reference
  • RELEASE.md in the root of the project
  • PR related to changes like helm-docs changes for release v1.1.1 #8125
  • PR that introduced helm-docs to the project docs(charts): using helm-docs for chart #8061

/remove-kind bug
/kind documentation
/area docs
/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.

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. area/docs help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. and removed kind/bug Categorizes issue or PR as related to a bug. labels Jan 11, 2022
@k8s-ci-robot
Copy link
Contributor

@longwuyuan: This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority labels Jan 11, 2022
@longwuyuan
Copy link
Contributor Author

@manikanth04 you can take this one if interested to pair with me. This can be done slowly as there is no rush on the achievable here. But this should eventually be accomplished

@manikanth04
Copy link
Contributor

/assign @manikanth04

@manikanth04
Copy link
Contributor

Sure @longwuyuan

@jatinTyagi98
Copy link

I want to work on this
/assign

@longwuyuan
Copy link
Contributor Author

@jatinTyagi98 do you have any questions

@jatinTyagi98
Copy link

@longwuyuan can you direct to me to the file which I should look into as I am new to k8s and helms.

@longwuyuan
Copy link
Contributor Author

looking into a file may not provide all the help needed. please try to use the ingress controller in a private cluster. see if the documentation of the controller helps you understand better. the requirement is to add comments on each key in the /charts/ingress-nginx/values.yaml, that is missing comments/documentation inside the values.yaml file.

you could ask questions in slack, if there is no documentation related to the key in the controller's documentation website or in the markdown files in the github repo.

@jatinTyagi98
Copy link

@longwuyuan I have added some comments in the values.yaml file and just to be sure that I am going in the right direction. Would you care to look into it ? I can create a PR with the minimum changes I have made and If you confirm that it is right then I will do the rest of the work.

@longwuyuan
Copy link
Contributor Author

@indhupriya Can you help on this one and comment on last update from @jatinTyagi98

@longwuyuan
Copy link
Contributor Author

@indhupriya this is the one i was referring to on slack

@jatinTyagi98
Copy link

@longwuyuan @indhupriya I have created a PR for the review . Any feedback would be helpful.

@indhupriya
Copy link
Contributor

will do @longwuyuan

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 13, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 12, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs 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. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

6 participants