https://rancher.com/ logo
Title
s

stale-vegetable-37217

10/13/2022, 1:52 PM
Hi, Can someone help me out? I am trying to run a k3s for the first time behind a corporate proxy. The proxy allows the use of ipv4 as well as ipv6 but on different hostnames. After installing awx on the 1 node cluster and checking with kubectl logs I get an proxyconnect tcp error code 503. The full error is printed below. The ipv6 address printed is the one from the server, and port 6443 is running. It seems that k3s is trying to connect to localhost using the proxy (which is not needed). NO_PROXY var is also set. Anyone has an idea as to why that is happening? Full error: 'Error from server: Get "https😕/[2a02:xxxxx]:10250/containerLogs/awx/awx-operator-controller-manager-fcf6db67c-h9s9q/awx-manager?follow=true": proxyconnect tcp: proxy error from [::1]:6443 while dialing proxy.xxx.be:8080, code 503: 503 Service Unavailable'
c

creamy-pencil-82913

10/13/2022, 5:40 PM
Is the 2a02:: range in your NO_PROXY list?
s

stale-vegetable-37217

10/13/2022, 7:20 PM
I have this: NO_PROXY="shortname,longname.fqdn,[::1],[2a02:xxxx]"