mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
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:
co-authored by
Billy Tat
parent
9c209dff4b
commit
5f9f802351
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user