From 57567c5e992a9c9b70939f316cb280e3150f8777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Sim=C3=B3n=20N=C3=B3voa?= Date: Wed, 15 Apr 2026 15:20:11 +0200 Subject: [PATCH 1/5] Docs: Clarify RKE1-only scope in nginx-proxy troubleshooting guide --- .../kubernetes-components/troubleshooting-nginx-proxy.md | 8 ++++++++ .../kubernetes-components/troubleshooting-nginx-proxy.md | 8 ++++++++ .../kubernetes-components/troubleshooting-nginx-proxy.md | 8 ++++++++ .../kubernetes-components/troubleshooting-nginx-proxy.md | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index 6c381ee5bb0..e98374022dd 100644 --- a/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,6 +6,14 @@ title: Troubleshooting nginx-proxy +:::note + +The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. + +Additionally, please note that RKE1 has reached its [End of Life (EOL)](https://support.scc.suse.com/s/kb/RKE-EOL-what-when-why?language=en_US). Therefore, the information on this page is considered deprecated. + +::: + The `nginx-proxy` container is deployed on every node that does not have the `controlplane` role. It provides access to all the nodes with the `controlplane` role by dynamically generating the NGINX configuration based on available nodes with the `controlplane` role. ## Check if the Container is Running diff --git a/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index 6c381ee5bb0..e98374022dd 100644 --- a/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,6 +6,14 @@ title: Troubleshooting nginx-proxy +:::note + +The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. + +Additionally, please note that RKE1 has reached its [End of Life (EOL)](https://support.scc.suse.com/s/kb/RKE-EOL-what-when-why?language=en_US). Therefore, the information on this page is considered deprecated. + +::: + The `nginx-proxy` container is deployed on every node that does not have the `controlplane` role. It provides access to all the nodes with the `controlplane` role by dynamically generating the NGINX configuration based on available nodes with the `controlplane` role. ## Check if the Container is Running diff --git a/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index 6c381ee5bb0..e98374022dd 100644 --- a/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,6 +6,14 @@ title: Troubleshooting nginx-proxy +:::note + +The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. + +Additionally, please note that RKE1 has reached its [End of Life (EOL)](https://support.scc.suse.com/s/kb/RKE-EOL-what-when-why?language=en_US). Therefore, the information on this page is considered deprecated. + +::: + The `nginx-proxy` container is deployed on every node that does not have the `controlplane` role. It provides access to all the nodes with the `controlplane` role by dynamically generating the NGINX configuration based on available nodes with the `controlplane` role. ## Check if the Container is Running diff --git a/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index 6c381ee5bb0..e98374022dd 100644 --- a/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,6 +6,14 @@ title: Troubleshooting nginx-proxy +:::note + +The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. + +Additionally, please note that RKE1 has reached its [End of Life (EOL)](https://support.scc.suse.com/s/kb/RKE-EOL-what-when-why?language=en_US). Therefore, the information on this page is considered deprecated. + +::: + The `nginx-proxy` container is deployed on every node that does not have the `controlplane` role. It provides access to all the nodes with the `controlplane` role by dynamically generating the NGINX configuration based on available nodes with the `controlplane` role. ## Check if the Container is Running From 7832687c635e5c4bd2d5098fe844e09c2409487f Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 20 Apr 2026 16:55:23 +0200 Subject: [PATCH 2/5] Update docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md Co-authored-by: Sunil Singh --- .../kubernetes-components/troubleshooting-nginx-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index e98374022dd..b86b917e506 100644 --- a/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/docs/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,7 +6,7 @@ title: Troubleshooting nginx-proxy -:::note +:::caution The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. From 01ccbc20d6f2f80a9086addb8ef471bb9e361271 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 20 Apr 2026 16:55:52 +0200 Subject: [PATCH 3/5] Update versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md Co-authored-by: Sunil Singh --- .../kubernetes-components/troubleshooting-nginx-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index e98374022dd..b86b917e506 100644 --- a/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.12/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,7 +6,7 @@ title: Troubleshooting nginx-proxy -:::note +:::caution The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. From 37beb2b6f016987a684a204174424a251852bdb2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 20 Apr 2026 16:56:01 +0200 Subject: [PATCH 4/5] Update versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md Co-authored-by: Sunil Singh --- .../kubernetes-components/troubleshooting-nginx-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index e98374022dd..b86b917e506 100644 --- a/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.13/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,7 +6,7 @@ title: Troubleshooting nginx-proxy -:::note +:::caution The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself. From 4bf3d6e8aec85a5a32ab31ddf4a4064626393fd4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 20 Apr 2026 16:56:10 +0200 Subject: [PATCH 5/5] Update versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md Co-authored-by: Sunil Singh --- .../kubernetes-components/troubleshooting-nginx-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md b/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md index e98374022dd..b86b917e506 100644 --- a/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md +++ b/versioned_docs/version-2.14/troubleshooting/kubernetes-components/troubleshooting-nginx-proxy.md @@ -6,7 +6,7 @@ title: Troubleshooting nginx-proxy -:::note +:::caution The `nginx-proxy` container is an RKE1-specific component. If you are using RKE2 or K3s, this container is not deployed, as load balancing to the API servers is handled internally by a client-side load balancer within the agent process itself.