-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Improve framework documentation #5551
Conversation
Welcome @colinodell! |
Hi @colinodell. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hi there, @colinodell! This looks like it's in the trivial edits realm as it is right now: https://www.kubernetes.dev/docs/guide/pull-requests/#trivial-edits. Could you please take a look if there are other improvements that could be made to the same file? Could you also please sign the CLA? We won't be able to accept your contribution until you do so. More information: https://github.com/kubernetes/community/blob/master/CLA.md |
This PR has multiple commits, and the default merge method is: merge. 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. |
@stormqueen1990 Thanks for pointing me to those docs! I've taken this opportunity to make some other improvements to these docs, and have updated the PR title and body accordingly. I have also signed the CLA. I believe this is now ready for review, and I welcome any feedback you or others may have :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, @colinodell! 👋
This is looking good. There's just one detail that might be worth updating: in the Example
function block, there's a container
key missing. It currently reads:
config.kubernetes.io/function: |
image: image/containing/function:impl
whereas the format that works with kustomize fn
is as follows:
config.kubernetes.io/function: |
container:
image: image/containing/function:impl
Other than that, LGTM. I'll leave my /lgtm
for now, but if you decide to make the change please feel free to ping me for a new review.
/lgtm |
Hi there, @colinodell! It seems there is a lint failure, could you please address that? |
I've added this in cc410bc.
Whoops! I've fixed that in 2252fd9. (I appreciate the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/ok-to-test
Hi @colinodell /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: colinodell, koba1t The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR makes several minor improvements to the documentation on https://pkg.go.dev/sigs.k8s.io/kustomize/kyaml/fn/framework:
run
the functions