Skip to content
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

virtual kubelet didn't retry for failed and pending Pods #135

Open
feiskyer opened this issue Feb 23, 2021 · 0 comments
Open

virtual kubelet didn't retry for failed and pending Pods #135

feiskyer opened this issue Feb 23, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/bug Something isn't working
Projects

Comments

@feiskyer
Copy link
Collaborator

If a Pod failed to provision due to some reasons, it would stuck in failed or pending state even after restarting virtual kubelet Pod. This should be a bug of virtual kubelet, it should retry for failed and pending Pods.

Related logs:

time="2021-02-23T08:10:32Z" level=warning msg="skipping sync of pod \"ns/pod-name\" in \"Failed\" phase" key=ns/pod-name method=syncPodInProvider name=pod-name namespace=ns node=virtual-node-aci-linux operatingSystem=Linux phase=Failed provider=azure reason= uid=18568759-17ed-492e-b131-a5e5607173a7 watchedNamespace= workerId=0

time="2021-02-23T08:10:33Z" level=info msg="Updated pod in provider" key=ns/pod-name method=createOrUpdatePod name=pod-name namespace=ns node=virtual-node-aci-linux operatingSystem=Linux phase=Pending pod=pod-name provider=azure reason=ProviderFailed uid=73d9a786-cc0c-4d40-974f-d459bea4b35f watchedNamespace= workerId=1
@feiskyer feiskyer added the kind/bug Something isn't working label Feb 23, 2021
@ryanzhang-oss ryanzhang-oss added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 18, 2022
@helayoty helayoty added this to Low priority in Bug Triage Apr 18, 2022
@suselva suselva linked a pull request Aug 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/bug Something isn't working
Projects
No open projects
Bug Triage
Low priority
Development

No branches or pull requests

2 participants