Joey Stout

Results 16 comments of Joey Stout

The website, currently, can only search for resources defined in the k8s openapi spec. So if you wanted to search for `containers` you'd have to look for `container` as its...

@aryan9600 Here is the Canary: ```yaml apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: session-affinity namespace: test analysis: interval: 1m match: - headers: cookie: exact: x-app-version=86975ff maxWeight: 50 metrics: - interval: 1m...

Ah, I understand how A/B is supposed to work now. I think this might actually be a feature request, then. I would like to not have to randomly set the...

Looking further into this, only adds a bit more confusion. It looks like theres a `timezone` attribute that appears to default to `UTC`, but thats not being used in the...

> Trying to integrate pihole with hashicorp vault. From what I can tell is that it requires spec.template.metadata.annotations and spec.template.spec.serviceAccountName to be entered. I could try to do it myself...

I was able to get this working by setting `privileged: true` on the container. FWIW, it may be useful to publish this container for other folks to use as a...

I also now have a full working example here, if anyone is interested: https://github.com/Apollorion/led-project

This should still be open, I too am running into this problem.

This is also happening in GovCloud FWIW. Removing the aforementioned `condition` fixes this problem.

I know this is old, so it may just be outdated. But I installed this no problem with a existing credentials (also using flux). If you just dont set `connect.credentials`...