-
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
📖 Add a line about the format of key for clusterctl config #9513
📖 Add a line about the format of key for clusterctl config #9513
Conversation
Hi @musaprg. 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. |
/kind documentation |
/area clusterctl |
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.
/area documentation
/ok-to-test
Thanks! Could you squash the commits when you have a chance? /hold |
3b03724
to
a4ca183
Compare
@killianmuldoon OK, I squashed the commits. Could you PTAL at the change? Thanks! |
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.
/hold cancel
Thanks!
aeebcfe
to
bb5bacf
Compare
Signed-off-by: Kotaro Inoue <inoue.kotaro@linecorp.com> Update docs/book/src/clusterctl/configuration.md Co-authored-by: killianmuldoon <47175296+killianmuldoon@users.noreply.github.com> Update docs/book/src/clusterctl/configuration.md Co-authored-by: Fabrizio Pandini <fabrizio.pandini@gmail.com>
bb5bacf
to
de68eae
Compare
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
LGTM label has been added. Git tree hash: 7e5ff00c4aa3ef5ee77a0ec3e47604ce90cd01c2
|
/cherry-pick release-1.5 |
@killianmuldoon: new pull request created: #9518 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:
This PR adds a line in the docs to describe the format of keys for clusterctl config substitution.
The format comes from the Viper's behavior that doesn't accept lowercase letters. Users should know the required format regardless of whether it's the Viper's expected behavior or not.
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 #8097