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

Upgrade minikube to kubernetes 1.10.5 to address backoffLimit bug #3074

Closed
rmorrise opened this issue Aug 14, 2018 · 6 comments
Closed

Upgrade minikube to kubernetes 1.10.5 to address backoffLimit bug #3074

rmorrise opened this issue Aug 14, 2018 · 6 comments
Labels
area/code-deps Code dependencies (guest-vm deps belong in guest-vm) kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/obsolete Bugs that no longer occur in the latest stable release

Comments

@rmorrise
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Critical bug in kubernetes v1.10.x
See: kubernetes/kubernetes#62382

Please provide the following details:

Environment:
Win64

Minikube version (use minikube version): 0.28.2

  • OS (e.g. from /etc/os-release): Windows 7
  • VM Driver virtualbox
  • ISO version 0.28.1
  • Install tools: Manual download
  • Others: Kubernetes client 1.10.2, server 1.10.0

What happened:

When a job pod fails, kubernetes ignores backoffLimit and creates an infinite number of pods. See:
kubernetes/kubernetes#62382

What you expected to happen:

The job should stop creating pods after reaching the backoff limit.

How to reproduce it (as minimally and precisely as possible):
Create a failing job with .spec.backoffLimit set to 3

Output of minikube logs (if applicable):

Anything else do we need to know:
Fixed in Kubernetes 1.10.5

@rmorrise
Copy link
Author

Thank you!

@dlorenc
Copy link
Contributor

dlorenc commented Aug 14, 2018

Until we get a release with this out, you should be able to specify version 1.10.5 on your own:

$ minikube start --kubernetes-version=v1.10.5
Starting local Kubernetes v1.10.5 cluster...
Starting VM...

@tstromberg tstromberg changed the title Critical k8s bug - please upgrade minikube to kubernetes 1.10.5 Upgrade minikube to kubernetes 1.10.5 to address backoffLimit bug Sep 18, 2018
@tstromberg tstromberg added area/code-deps Code dependencies (guest-vm deps belong in guest-vm) kind/bug Categorizes issue or PR as related to a bug. labels Sep 18, 2018
@Ark-kun
Copy link

Ark-kun commented Sep 25, 2018

Still not fixed in latest minikube release. This bug seems critical to me.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 24, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 23, 2019
@tstromberg tstromberg added the triage/obsolete Bugs that no longer occur in the latest stable release label Jan 23, 2019
@tstromberg
Copy link
Contributor

Obsolete, since we're at v1.13.2 nowadays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code-deps Code dependencies (guest-vm deps belong in guest-vm) kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/obsolete Bugs that no longer occur in the latest stable release
Projects
None yet
Development

No branches or pull requests

6 participants