Replies: 1 comment 2 replies
-
That sure looks like a malformed response to me. I don't see how K3s or containerd is doing anything wrong here though. Are you sure you didn't want to use https? Can you successfully Also, are you trying to use the embedded registry with airgap tarballs, or your local registry mirror? Or both? What you're doing here isn't using the embedded registry at all. It's failing to pull from the mirror you specified in the config. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a single node k3s cluster in an air-gapped environment setup using the documentation (https://docs.k3s.io/installation/airgap). The node is running Ubuntu 22.04.5 LTS with ufw enabled. The k3s cluster has an embedded registry mirror enabled (thru embedded-registry: true in the config file)
I did import images using
Registry configuration (/etc/rancher/k3s/registries.yaml) looks like
When trying to deploy nginx ingress am getting (
net/http: HTTP/1.x transport connection broken: malformed HTTP response
)I tried deploying the Nginx Ingress with ufw enabled and disabled and was still getting the same error. Is anyone familiar with this issues in combination with the embedded mirror? Suggestions are much appreciated
Beta Was this translation helpful? Give feedback.
All reactions