Alex
Alex
Any news on this? Getting same error on s3
@derek-adair quite old, but still wanted 👍
A friendly bump
Yeah, I guess it shouldn't even try to :) @simonswine sorry don't have the logs nearby, but I think @bwalex explained the problem enough for you to find the bad...
I encountered the same problem using nginx ingress controller behind ELB and without. Trying to receive any new certificate. Maybe the ACME library kube-lego uses is outdated, or something.
No idea 😞 Problem disappeared by itself and isn't back yet. So I have no logs to dig ...
We tried different combinations of secrets. No data: ``` apiVersion: v1 kind: Secret metadata: name: db-mysql-somedb-demo-master-pass namespace: environments type: Opaque ``` Empty data object: ``` apiVersion: v1 kind: Secret data:...
@pahaz I think you probably need to rebase your change and look if the build passes. Because I merged quite a big change recently which fixed tests in master as...