Giter Site home page Giter Site logo

Comments (6)

GregHanson avatar GregHanson commented on July 22, 2024

@kyessenov I see they have closed that issue and if I read it right, the suggested workaround is to delete all the resources before deleting the namespace. Though apparently this solution is "not a silver bullet . . . use at your own discretion"

from pilot.

kyessenov avatar kyessenov commented on July 22, 2024

My understanding is that TPRs are shared across namespaces. So we cannot delete TPRs per namespace. The only workaround is to go under kube API and manipulate them directly in etcd.

from pilot.

kyessenov avatar kyessenov commented on July 22, 2024

Quick clarification - I mean TPR declarations, not TPRs themselves.

from pilot.

GregHanson avatar GregHanson commented on July 22, 2024

@zcahana @elevran: I think one or both of you have some experience working with third party resources in Kubernetes. Any thoughts on this issue?

from pilot.

ayj avatar ayj commented on July 22, 2024

This seems to be fixed in 1.5.2.

$ kubectl create namespace mynamespace
namespace "mynamespace" created

$ kubectl create -f resource.yaml
thirdpartyresource "cron-tab.stable.example.com" created

$ kubectl delete namespace mynamespace
namespace "mynamespace" deleted

$ kubectl get namespace
NAME          STATUS        AGE
default       Active        3m
kube-system   Active        3m
mynamespace   Terminating   31s           # <=== 1.5.1 gets stuck here

[15:26:00] jasonyoung@ayj0:~
$ kubectl get namespace
NAME          STATUS    AGE
default       Active    3m
kube-system   Active    3m

from pilot.

kyessenov avatar kyessenov commented on July 22, 2024

Thanks for the heads up!

from pilot.

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.