-
Notifications
You must be signed in to change notification settings - Fork 461
template: separate kubelet config into new MachineConfig #213
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
template: separate kubelet config into new MachineConfig #213
Conversation
|
Unit tests currently assume one |
/retest |
|
/retest |
|
/approve |
|
/lgtm |
7cc262b to
3ad4975
Compare
|
/lgtm |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
|
@abhinavdahiya Do you know why this error might pop up? |
|
#225 removed some files. |
|
I'll rebase. Thanks! |
|
@sjenning If you reset your PR to https://github.com/rphillips/machine-config-operator/tree/add-kubelet-mcfg it'll fix the conflicts. (I don't have permission to push to your PR). |
3ad4975 to
59271bd
Compare
|
rebased, see how it goes |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, sjenning The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| --minimum-container-ttl-duration=6m0s \ | ||
| --client-ca-file=/etc/kubernetes/ca.crt \ | ||
| --cloud-provider=aws \ | ||
| \ |
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.
Why this empty line? (spun off from here)
Bug 1782467: bump samples since PHP EOL template updates now breaking image-eco
@abhinavdahiya @derekwaynecarr @gnufied @ashcrow
Move the
/etc/kubernetes/kubelet.confand/etc/systemd/system/kubelet.serviceto a separateMachineConfig