Adrian Ludwin

Results 100 comments of Adrian Ludwin

No worries, thanks! Can you let us know what the direction was? E.g. are you still using HNC but deploying it differently, or did you pick some other solution? On...

The main thing I'm worried about is keeping it up-to-date. It'll be a bunch of manual work every release and I'm not too confident that people will commit to doing...

Thanks for this! I'll try to look into it later this month but I'm focused on a bunch of other stuff right now. Is this urgent for you? Are you...

Thanks, I've left comments in the PR. We shouldn't rely on the periodic sync, that's basically just to recover from _bugs_ and shouldn't be relied on in normal operation.

Sorry, I never tested on Autopilot because at least at first, it didn't support mutating admission webhooks. I don't _think_ that's your current problem though. Does the same problem occur...

Yes, that's the right way to solve this problem. Are you asking for a change in behaviour? And why are you trying to convert a full namespace into a subnamespace?...

Sorry, I'm not sure I understand. What change in behaviour are you asking for HNC to do? Or does everything work if you follow your [two steps](https://github.com/kubernetes-sigs/hierarchical-namespaces/issues/191#issuecomment-1091159228)? We're _thinking_ about...

I think that in v1.1 (probably out in a month or two) we'll upgrade it to "beta," which means that we think it _should_ work but there might still be...

I _think_ our `Condition` struct is compatible with the standard (see [here](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/22c4260b6aa751bc7a65f74d8d48cd9bd9a3be83/api/v1alpha2/hierarchy_types.go#L176)) so that's a good start. As for _replacing_ the existing conditions, the issue I have is that `HierarchyConfiguration`...

I thought kstatus _ignored_ any condition it didn't recognize. The only conditions is recognizes are `Ready`, `Stalled` and `Reconciling`. Is that not correct? (If not, can you point me to...