-
Notifications
You must be signed in to change notification settings - Fork 1.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
📖 Update document regarding overrides #6551
📖 Update document regarding overrides #6551
Conversation
|
Welcome @Clash-ion! |
Hi @Clash-ion. 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. |
are the above changes all right or they need some modification??? |
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.
/retitle 🌱 Update document regarding overrides
/ok-to-test |
/test |
@Clash-ion: The
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
what is the reason to put seedling emoji in title ? |
We use the emojis for our release note automation - it gives us a clean way to divide up the 'kind' of PR. Thinking again I put the wrong one here 😆 /retitle 📖 Update document regarding overrides |
/lgtm |
ooo okay so that's what it is for... |
hello, why did the pr check failed?? |
Which one? I didn't see it before but we have a check that verifies that the icon is in the PR title. |
<aside class="note warning"> | ||
<h1> Warning! </h1> | ||
Overrides only provide file replacements; instead, provider version resolution is based only on the actual repository structure. | ||
</aside> | ||
<br> |
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.
<aside class="note warning"> | |
<h1> Warning! </h1> | |
Overrides only provide file replacements; instead, provider version resolution is based only on the actual repository structure. | |
</aside> | |
<br> | |
<aside class="note warning"> | |
<h1> Warning! </h1> | |
Overrides only provide file replacements; instead, provider version resolution is based only on the actual repository structure. | |
</aside> | |
<br> |
Because to make the output nicer (you can take a look in the preview)
Also, please squash commits
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.
okay I ll do that
@Clash-ion any chance you can address the last nit? |
yes i ll try will try to update my pr today |
b00e6e3
to
be37679
Compare
@Clash-ion: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Update configuration.md in clusterctl
be37679
to
93d46d9
Compare
@fabriziopandini I think this looks good enough, I mean I just used the way it was previously done for Image Overrides. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/cherry-pick release-1.2 |
@sbueringer: new pull request created: #6747 In response to this:
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. |
What this PR does / why we need it:
Document the fact that overrides only provide file replacements; instead, provider version resolution is based only on the actual repository structure
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #5818