Petrus Repo
Petrus Repo
In our case, we are synchronozing an image pull secret and couple of other static secrets to all namespaces. We have ~800 namespaces, each having one ExternalSecret. We also tried...
@isidorn please do that - I just spent some time with VSCode Extension Bisect to identify code-settings-sync being the reason for 100% cpu usage per each VSCode window.
We are experiencing the exact same issue! We have ~800 namespaces with one ExternalSecret in each of them. Logs have the `Waited for NN.NNNN s due to client-side throttling, ...`...
Still an issue with v2.10.6
I'm using the Kubernetes provider with External Secrets Operator v0.9.17. Given the following SecretStore ```yaml apiVersion: external-secrets.io/v1beta1 kind: SecretStore metadata: name: example-secretstore spec: provider: kubernetes: auth: token: bearerToken: name: example-resource-name...
Cloning of Secrets should also include the ability to clone the `metadata.labels` of these secrets. It’s typical that Secrets be found with label search by code (in addition to mounting...
Now that the dependency https://github.com/external-secrets/external-secrets/pull/2862 (follow up of #2288) has been merged, are there any other known blockers for being able support cloning of the whole Secret?
We got this unhelpful error message. We were able to find out the actual cause by increasing the istio ingress-gateway log level to trace (using istioctl). Then istio-ingressgateway displayed in...
AFAIK skaffold sync runs `kubectl cp` kind of operation under the hood which merely copies files into the running container. When ever the container is restarted these files are lost....
@metalcycling unfortunately your issue is separate from this one. Please open another ticket, this one is about `exec /bin/sh: exec format error` which has a fix merged but there’s no...