Adrian Ludwin
Adrian Ludwin
Marking as v1.1 but I'm in favour of backporting any fix to v1.0.1. /good-first-issue
Sorry for the delay in getting back to you. I'm not sure I understand the problem. Who is modifying the annotations? Can it be modified to change the HierarchyConfiguration instead?...
Hmm, I'm still missing something. If customer1 has namespaces [a,b], can you define a single root namespace for that customer called `customer1` and define the annotations in that HierarchyConfiguration (HC)?...
Ok, so in a per-customer-cluster, isn't that even easier? Make `a` and `b` children of another namespace called `cluster-root` or something and specify all the annotations in `cluster-root`? They'll then...
Ok - are you able to provide a PR? This is fairly low priority for me to implement but I can review it if you're interested in doing it. Otherwise,...
sg! On Thu, Aug 11, 2022 at 9:04 AM ericmenard ***@***.***> wrote: > Thanks I will give it a try and meanwhile use the root namespace > > — >...
Yes, this is exactly why RestartOnSecretRefresh exists. Kubelets only check for new secrets occasionally and it can take a significant amount of time for them to become visible to the...
IIRC Gatekeeper always uses the restart strategy but I'm not sure. Sorry, this is the limit of my knowledge! On Mon, 19 Jul 2021, 6:10 pm Anish Ramasekar, ***@***.***> wrote:...
TIL. Thanks Max! On Mon, Jul 19, 2021 at 6:33 PM Max Smythe ***@***.***> wrote: > G8r doesn't currently use the restart strategy. > > One potential thing that helps...
What happens if we give the _option_ to set this option when you're starting up the rotator? That way, if you never call `flag.Parse()`, you get to pick what you...