Giter VIP home page Giter VIP logo

Comments (11)

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on February 20, 2017 21:47

This behavior can easily inspected with:

kubectl get --namespace deis --show-all pods | grep build-

The number of completed pods will increase by one for each build.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @bacongobbler on February 21, 2017 1:15

related: deis/builder#57

This seems like in recent versions of k8s, they stopped cleaning up pods in the "success" state. Probably some research needs to be done on how to turn this functionality back on.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on February 21, 2017 9:21

I'm running K8s 1.4.x if that matters.

Regarding #57 suggestion for Jobs – neither Jobs nor Pods are removed automatically.

From the K8s Job docs:

When a Job completes, no more Pods are created, but the Pods are not deleted either. Since they are terminated, they don’t show up with kubectl get pods, but they will show up with kubectl get pods -a. Keeping them around allows you to still view the logs of completed pods to check for errors, warnings, or other diagnostic output. The job object also remains after it is completed so that you can view its status. It is up to the user to delete old jobs after noting their status. Delete the job with kubectl (e.g. kubectl delete jobs/pi or kubectl delete -f ./job.yaml). When you delete the job using kubectl, all the pods it created are deleted too.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on February 21, 2017 10:34

Interestingly the docs on Pod Lifecycle say:

In general, Pods do not disappear until someone destroys them. This might be a human or a controller. The only exception to this rule is that Pods with aphase of Succeeded or Failed for more than some duration (determined by the master) will expire and be automatically destroyed.

This seems to be in contrast to what I'm actually seeing…

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on February 21, 2017 11:18

I have opened kubernetes/kubernetes#41787 for clarification of the above statement from the docs.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on February 27, 2017 22:27

I just got feedback to the kubernetes issue, it looks like by default completed or failed pods are garbage collected if there are more than 12,500 pods. Obviously that is not very helpful in this case, so an automatic cleanup by the builder should be implemented.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @felixbuenemann on March 6, 2017 11:8

Quoting here from the kube-controller-manager help on the --terminated-pod-gc-threshold <n> option:

Number of terminated pods that can exist before the terminated pod garbage collector starts deleting terminated pods. If <= 0, the terminated pod garbage collector is disabled. (default 12500)

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @kwent on March 20, 2017 17:34

Any progress on this ? Sounds like a waste of resources and space for everyone.

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @pfeodrippe on April 6, 2017 14:46

Same here, it may be linked to a issue I've opened last week.

$ kubectl get --namespace deis --show-all pods | grep build-
slugbuild-teslabit-web-production-d2fcd4c0-7e507178   0/1       Completed   0          1d

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @pfeodrippe on April 12, 2017 14:16

I'm using this tiny git pre-push hook for deletion https://gist.github.com/pfeodrippe/116c8b570ee2ffcdce8aa15bbae5a22b.

It deletes the last slugbuild created for the app when you git push

from builder.

Cryptophobia avatar Cryptophobia commented on September 22, 2024

From @davidlmorton on July 25, 2017 2:15

+1 This bit me after a couple of weeks of deploying applications to my deis cluster.

from builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.