derjohn

Results 40 comments of derjohn

@leledumbo So, with a 5.2 only HDMI over USB-C is missing? Charging is fine? @stockmind Are you still active with the respin repo?

Sounds like a good job GPD did. Not. Might the image be corrupted due to mega download issues? Tried again?

Hmmmm ..... that could be same reason as in my issue https://github.com/keel-hq/keel/issues/626 ?

Same issue here with a non-AWS stack (RKE). One note: usages = ["client auth", "server auth"] signer_name = "kubernetes.io/kube-apiserver-client" Possibly "server auth" usage is not allowed with the signer "kubernetes.io/kube-apiserver-client"

Update: In my RKE Case, I had to tell the kube-controller, it should sign the Certs: ``` kube-controller: image: "" extra_args: cluster-signing-cert-file: /etc/kubernetes/ssl/kube-ca.pem cluster-signing-key-file: /etc/kubernetes/ssl/kube-ca-key.pem ``` So, the Timeout means...

Hello, I suffer from the same effect, but adding ?scroll=10m&size=200 didn't make it work.

@martin-schaefer I think you want to use "field-selector" instead of label selector? ```$ imago-linux-amd64 --help Usage of imago-linux-amd64: .... -field-selector string Kubernetes field-selector example: metadata.name=myapp ``` Or: use label selectors...

Wow, that issue is still open after 2 years? With Traefik you can trigger the Let's Encrypt rate limit pretty fast, just have 5 certs in acme.json that can't be...

Just a side-note: There was a related ticket, where there is an API call mentioned that should be implemented: https://github.com/traefik/traefik/issues/7082

@MarkErik Basically it's still one of those scripts. I ran traefik in k8s and started migrating to ingress-nginx and cert manger: That scales better (multi-pod with Certs) and has better...