From 5168eda4707cd13df2eb80ba75684e66b4b791f2 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 13 Jan 2023 10:30:28 +0100 Subject: [PATCH] Update docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md Co-authored-by: Billy Tat --- .../rancher-behind-an-http-proxy/install-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md index 31c6d5a1279..9608ee3f237 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md @@ -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