-
Notifications
You must be signed in to change notification settings - Fork 715
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
kinder: support and test the --experimental-patches flag for kubeadm #2184
kinder: support and test the --experimental-patches flag for kubeadm #2184
Conversation
@neolit123: The label(s) 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. |
98e1626
to
310292e
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.
Made a first pass, overall lgtm. Great work!
EOF | ||
|
||
chmod +x /tmp/verify-patches.sh | ||
- name: copy verify-patches.sh on controlplane nodes |
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.
As alternative to this approach, it is now possible to add those files at build time.
But I'm fine with both approaches
- Add the flag "--patches" for "kinder do" - Bind the flag to init, join, upgrade. - Support only Nodes that are >= 1.19. - Use the same directory constant for kustomize / patches "PatchesDir".
310292e
to
a0e92ef
Compare
/retitle kinder: support and test the --experimental-patches flag for kubeadm @fabriziopandini this is ready for review. i've removed the WIP. |
/retest |
@neolit123 thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, neolit123 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 |
xref #2046
/kind feature
/area kinder test
/priority important-soon