Giter Club home page Giter Club logo

Comments (3)

josefkarasek avatar josefkarasek commented on September 24, 2024

AFAIK cascade deletes have to be issued explicitly.
The operator sets owner references on its managed objects, so the following command should delete all es objects in foreground fashion.

oc delete elasticsearch my-es --cascade=true

Also, did you try to wait a bit after deleting the CR?
K8s' garbage collector might kick in after some time and recycle orphaned objects. But I'm not sure about this.

@ewolinetz what do you think?

from elasticsearch-operator.

ewolinetz avatar ewolinetz commented on September 24, 2024

I don't believe we need to use --cascade=true, I've just deleted the parent object which is the ClusterLogging CR object.

@jcantrill K8s does the clean up, I would verify that you have an OwnerRef in each of the deployments. It should point to the Elasticsearch CR object for that specific cluster (the OwnerRef of that Elasticsearch object would be the ClusterLogging CR so long as the CLO created it)

from elasticsearch-operator.

jcantrill avatar jcantrill commented on September 24, 2024

Closing as I don't see this happening any longer

from elasticsearch-operator.

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.