Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Garbage collection of old resources

Sumit Rawal answered on May 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • how to force garbage collection in java
  • android garbage collection
  • 15. What do you mean by garbage collection?
  • How to write a code that makes an object eligible for garbage collection?
  • Organization of Garbage Collector
  • is there garbage collection in c++
  • garbage collection in java
  • java garbage collection
  • garbage_collect
  • garbage collection and dangling reference
  • Does Spring beans are garbage collected in JAVA?
  • Java code to demonstrate when an object would be deleted by the garbage collector
  • What kind of process is the Garbage collector thread?
  • Number of garbage collectors
  • Wrong garbage collector
  • CMS garbage collector
  • Introduction To Garbage Collection
  • Pros and Cons about Garbage Collector
  • Important Things about Garbage Collector
  • netbeans garbage collection settings
  • Choosing the Right Garbage Collector
  • Garbage Collection Basics
  • Best Practices for Garbage Collection Tuning

  • Garbage collection of old resources

    0

    As new versions of Vault are deployed to a cluster, some services may no longer be required.

    To free up the resources used by these deployments, the installer garbage collects these old

    deployments by looking at Kubernetes objects that were previously deployed by the installer

    and checking whether they are still required by the current version of Vault.

    For garbage collection, call the installer with a --garbage_collect argument :

    kubectl exec -it -n tm-system vault-installer -- /deployment-tools/install-vault

    --garbage_collect

    At the end of the installation, the resources in the Vault namespace will be inspected and a

    summary displayed of any that are no longer required.

    A prompt will then be displayed and you can delete outdated resources automatically by

    answering ‘Y’.

    Disable this interactive prompt by running --nogc_prompt in conjunction with the

    --garbage_collect argument; the prompt will not be shown and the resources will be

    deleted automatically. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 04 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.