Mike Bryant
Mike Bryant
We have many kubernetes clusters. For lots of secrets, we encrypt them per-cluster, as they're unique to that cluster. For some secrets, we would like to encrypt them once, and...
For Pods: - https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#controlling-the-injection-policy suggests the label `sidecar.istio.io/inject` should be used. - https://istio.io/latest/docs/ops/common-problems/injection/ suggests it's the annotation Do both of these work, or are the docs wrong in one of...
If a repository's default branch is not `master` - it would be nice if semantic-release was able to just pick this up without needing configuration. Gitlab provides this info as...
Instead of setting all the URLs individually, can we use OIDC discovery? e.g. specify server url and then use `/.well-known/openid-configuration`
We've got some policies that don't allow us to use :latest, it would be useful if there was a new release. (In particular including #58). While we can pin to...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
Here's an initial implementation of unlink/rmdir. Seems to work locally (I've tested deleting namespaces, individual pods, and all pods in a namespace), but I haven't started writing tests etc yet....
We're having a lot of issues due to the rate limit change (https://community.letsencrypt.org/t/change-in-rate-limits/37120) It should re-use accounts if it already has one for the right email
e.g. ``` - apiVersion: stable.k8s.psg.io/v1 kind: Certificate spec: secretName: blah_api ``` `kube-cert-manager` can't create the `Secret`, so it just loops, repeatedly requesting the certificate but failing to store it anywhere,...
In our environment we have no direct access to `8.8.8.8, 8.8.4.4` which are the defaults used by lego, instead of the ones provided by the OS/Kubernetes We've got a PR...