mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +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
5f9f802351
commit
5168eda470
+1
-1
@@ -58,7 +58,7 @@ On every node, run the RKE2 installation script. Ensure that the RKE2 version yo
|
||||
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.23 sh -
|
||||
```
|
||||
|
||||
Then you have to configure the HTTP proxy settings on the RKE2 systemd service, so that RKE2's Containerd can pull images through the proxy:
|
||||
Then you have to configure the HTTP proxy settings on the RKE2 systemd service, so that RKE2's containerd can pull images through the proxy:
|
||||
|
||||
```
|
||||
cat <<'EOF' | sudo tee /etc/default/rke2-server > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user