TJ Miller

Results 5 comments of TJ Miller

Yeah I'm running into the same error on Openshift 4.10 w/ Telepresence 2.7.2. Tried granting all the permissions possible with no change. ``` 2022-08-25 23:14:45.8931 info Traffic Agent Init v1.12.10...

I've been working on a separate project to do this. We use argocd helm applications all the time with avp and kustomize. https://github.com/teejaded/helm-wrap/tree/examples/examples/avp-kustomized-helm

TBH I think the jq behavior here is incorrect. According to rfc4627 a json string is a series of unicode characters. The proper thing to do here is to throw...

I just made a cronjob to rotate the certs for us. ```yaml --- apiVersion: v1 kind: ServiceAccount metadata: name: emissary-apiext-ca-rotate labels: app.kubernetes.io/instance: emissary-apiext app.kubernetes.io/managed-by: kubectl_apply_-f_emissary-apiext.yaml app.kubernetes.io/name: emissary-apiext app.kubernetes.io/part-of: emissary-apiext ---...

I can confirm setting an arbitrarily long (like 1 year) max connection age seems to work around the issue. Even though it's in the dynamic config it did require a...