https://rancher.com/ logo
Title
s

salmon-shoe-87542

12/15/2022, 8:45 PM
I've installed Rancher 2.7.0 on top of a fresh k3s installation which is running on CentOS 7. I'm running into a couple of issues which may be related to my proxy settings. 1. I see errors like these in the logs of the Rancher pods: 2022/12/15 16:40:33 [ERROR] error syncing 'rancher-rke2-charts': handler helm-clusterrepo-ensure: git -C /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 fetch origin 88c6633998c1b6e528f15a74428930c5df880908 error: exit status 128, detail: fatal: unable to access 'https://git.rancher.io/rke2-charts/': Received HTTP code 407 from proxy after CONNECT a. if I exec into the Rancher container and run "git config --global http.proxyAuthMethod 'basic'" these errors go away. Not sure if this should be considered a bug... 2. I'm also seeing errors downloading icons: time="2022-12-15T20:05:37Z" level=error msg="Unknown error: Get \"https://charts.rancher.io/assets/logos/logging.svg\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" a. not sure how to fix this one yet. I can exec into the container and "curl --insecure https://charts.rancher.io/assets/logos/logging.svg" just fine Any help is appreciated 🙂