Revert "Merge branch 'rancher:main' into update-ssp"

This reverts commit ee1b912f5e, reversing
changes made to 0fe8d056a3.
This commit is contained in:
Sunil Singh
2025-07-28 17:28:11 -07:00
parent ee1b912f5e
commit 9d947284f6
20 changed files with 33 additions and 150 deletions
@@ -10,15 +10,7 @@ Once the infrastructure is ready, you can continue with setting up a Kubernetes
The steps to set up RKE, RKE2, or K3s are shown below.
For convenience, export the IP address and port of your proxy into an environment variable and set up the `HTTP_PROXY` variables for your current shell on every node:
:::caution
The `NO_PROXY` environment variable is not standardized, and the accepted format of the value can differ between applications. When configuring the `NO_PROXY` variable for Rancher, the value must adhere to the format expected by Golang.
Specifically, the value should be a comma-delimited string which only contains IP addresses, CIDR notation, domain names, or special DNS labels (e.g. `*`). For a full description of the expected value format, refer to the [**upstream Golang documentation**](https://pkg.go.dev/golang.org/x/net/http/httpproxy#Config)
:::
For convenience, export the IP address and port of your proxy into an environment variable and set up the HTTP_PROXY variables for your current shell on every node:
```
export proxy_host="10.0.0.5:8888"