Alex R
Alex R
BTW, I've tested ingress-nginx v1.9.4 (nginx v1.21.6) and it has the same issue. So it is not related to https://github.com/kubernetes/ingress-nginx/issues/11162 (chunking header dup = 502)
I cannot provide you with our exact images from production. That is a git-server, and clients having issues with `git push` via http. Obviosly I've tried to find out some...
Upload-server example code: https://github.com/sepich/compose-playground/tree/ingress-nginx-12875 Clients sends 10Mb body, server reads request body and then sends 10Mb body in response. Issue is narrowed down a bit: - Error only happens for...
Will try to check if this is what's happening on prod: https://stackoverflow.com/a/72887896/1591938
Tried to use this with karpenter https://awslabs.github.io/amazon-eks-ami/nodeadm/doc/examples/#using-instance-id-as-node-name-experimental Unfortunately kubelet then cannot register in cluster: ``` Sep 20 09:36:25 ip-10-20-7-154.eu-north-1.compute.internal kubelet[2119]: E0920 09:36:25.288492 2119 kubelet_node_status.go:92] "Unable to register node with API...
Update: it does not work with "EKS API" auth in EKS. Only works with "ConfigMap" auth, exactly as written in docs. Node name in k8s and EC2 "Name" tag becomes...
The idea of sealed-secrets (single source of truth in git) and using KMS for decryption is very interesting. And it seems ESO already has all the working blocks for that....
I'm together with @dex4er here: > I don't think I need RemoteFile as I don't plan to decrypt files: just single text string with the secret Idea is to have...