GithubHelp home page GithubHelp logo

Comments (2)

groner avatar groner commented on September 25, 2024

In my initial evaluation of metacontroller, I created a composite controller with a v1/configmaps child resource and no selector. This resulted in the compositecontroller deleting all the configmaps in that namespace.

This wasn't a big problem in my development environment, but it could be an unpleasant surprise for someone if they decided to test this in a less isolated environment.

from metacontroller.

enisoc avatar enisoc commented on September 25, 2024

Hm that's a good point. I've also had a similar concern with PVCs. It's unfortunate that StatefulSet does not claim the PVCs it creates in any way, so they appear as orphans. If the label selector matches, another controller like CatSet might adopt and delete the PVCs (because they aren't part of the desired state).

Maybe in addition to bailing out if the selector is empty, we should consider limiting the adoption logic to more confined scenarios. It seems rare that people writing custom controllers really want to take ownership of existing objects.

For now, I'll prioritize adding the check for an empty selector since the case you pointed out is a potentially nasty one. Thanks for reporting!

from metacontroller.

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.