Update docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md

Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
Bastian Hofmann
2023-01-13 10:30:23 +01:00
committed by GitHub
co-authored by Billy Tat
parent 9c209dff4b
commit 5f9f802351
@@ -18,7 +18,7 @@ export NO_PROXY=127.0.0.0/8,10.0.0.0/8,cattle-system.svc,172.16.0.0/12,192.168.0
<Tabs>
<TabItem value="K3s">
First configure the HTTP proxy settings on the K3s systemd service, so that K3s's Containerd can pull images through the proxy:
First configure the HTTP proxy settings on the K3s systemd service, so that K3s's containerd can pull images through the proxy:
```
cat <<'EOF' | sudo tee /etc/default/k3s > /dev/null