Skip to content

Move into a soft-exit in case of kubelet error#576

Closed
mangelajo wants to merge 1 commit intoopenshift:mainfrom
mangelajo:kubelet-soft-error
Closed

Move into a soft-exit in case of kubelet error#576
mangelajo wants to merge 1 commit intoopenshift:mainfrom
mangelajo:kubelet-soft-error

Conversation

@mangelajo
Copy link
Copy Markdown
Contributor

Depends-On: #575

Signed-off-by: Miguel Angel Ajo majopela@redhat.com

@openshift-ci openshift-ci Bot requested review from rootfs and sallyom January 27, 2022 15:52
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 27, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from mangelajo after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Depends-On: openshift#575

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
@mangelajo mangelajo force-pushed the kubelet-soft-error branch from bac6ab4 to fa1f3ac Compare March 9, 2022 09:26
@mangelajo
Copy link
Copy Markdown
Contributor Author

@fzdarsky @oglok @copejon @sseif-rh I rebased this, please let's review/merge.

@mangelajo
Copy link
Copy Markdown
Contributor Author

/retest

@mangelajo mangelajo added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 9, 2022
Copy link
Copy Markdown
Contributor

@oglok oglok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest lgtm

Comment thread pkg/node/kubelet.go
kubeletDeps, err := kubelet.UnsecuredDependencies(kubeletServer, utilfeature.DefaultFeatureGate)
if err != nil {
klog.Fatalf("Error in fetching depenedencies", err)
klog.Errorf("Error in fetching kubelet depenedencies", err)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in "dependencies"

@mangelajo
Copy link
Copy Markdown
Contributor Author

ciosing this one, as this is covered by the global panic capture

@mangelajo mangelajo closed this Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants