Adrian Ludwin

Results 100 comments of Adrian Ludwin

That's correct, the worst thing that can happen when you delete a webhook config is that K8s will allow you to make changes that it would otherwise have blocked. So...

This is nontrivial because you'd have to find all the places where "hnc-system" is hardcoded, both in the configs and in the code, and replace the former with kustomization and...

Hey @Alan01252 sorry for the delay in getting back to you. Yes, HNC can mistakenly delete objects while it's restarting, I'd like to have a go at fixing this once...

I think a simpler fix might be to modify the forest so that we know if a source object is definitely present, definitely missing, or unknown ([here](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/internal/forest/namespaceobjects.go)). We already do...

Out of interest, what was the cause of the restarts if you don't mind me asking? I occasionally see people asking about this and I'm wondering if there's a common...

I haven't observed this, could it be that your apiserver is throttling replies? I'd generally expect one call to the apiserver per namespace, *maybe* two. How big is the tree...

@mzeevi I can't assign this to you formally but here it is FYI :)

It doesn't surprise me that there are a few places where this is hardcoded. I'd be happy to look at PRs to make it configurable, but I'm not sure how...

/remove-lifecycle stale I don't work on a *ton* of HNC stuff these days, but for this I'll make an exception :) On Mon, Nov 7, 2022 at 11:09 AM Kubernetes...