Aaron Roydhouse
                                            Aaron Roydhouse
                                        
                                    Adding a `span` tag around the column title does work around this bug as @aeslinger0 identified. I do not have HTML inside the 'span' tags so I guess that is...
@munnerz I believe this behavior is a regression, We have used `cert-manager` with custom classes forever and the ingress class for challenges use to behave as the documentation said (as...
Further to this, I have found that adding the annotation `acme.cert-manager.io/http01-ingress-class` to the Ingress does not work if there is an existing order or cert, it will keep creating challenge...
I too would like a efficient way test test a repository exists. `restic snapshots > /dev/null` is not useful because it can take anywhere from 5-120 minutes to complete on...
@lox @travis-south The documentation says `startTimeout` and `stopTimeout` is only available for tasks using Fargate in us-east-2. That's pretty narrow availability! 😄 > This parameter is available for tasks using...
This would be handy. Right now we disable immutability if any tag at all might need to be updated. While we dropped all use of `latest` we do often use...
The `PodNodeSelector` is an old-skool, compiled-in Admission Controller. A `MutatingAdmissionWebhook` is the more contemporary way to implement this functionality and requires no messing with the control plane configuration. So you...
@BrianChristie BTW, if you like you can [monitor for spot node terminator and evict the pods cleanly before termination](https://github.com/kube-aws/kube-spot-termination-notice-handler).
I was coming here to ask for a CLI interface for non-encrypted vars. One use case is to store a username and password. The username doesn't need to be encrypted,...
Apache 2.4.54 only ships with v2.4.17, but would love to test `MDStoreLocks` this when it drops. I am assuming the approach used is compatible with NFS 4's native file locking?...