mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-22 12:55:19 +00:00
Resolve merge conflict
This commit is contained in:
@@ -388,3 +388,9 @@ It is recommended to turn off firewalld:
|
||||
```
|
||||
systemctl disable firewalld --now
|
||||
```
|
||||
|
||||
If enabled, it is required to disable nm-cloud-setup and reboot the node:
|
||||
```
|
||||
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
|
||||
reboot
|
||||
```
|
||||
|
||||
@@ -44,3 +44,8 @@ For details on using Fleet behind a proxy, see [this page.](./proxy)
|
||||
# Documentation
|
||||
|
||||
The Fleet documentation is at [https://fleet.rancher.io/.](https://fleet.rancher.io/)
|
||||
|
||||
|
||||
### Using Fleet Behind a Proxy
|
||||
|
||||
For details on using Fleet with a proxy, see [this page.](./proxy)
|
||||
@@ -19,12 +19,12 @@ For private nodes or private clusters, the environment variables need to be set
|
||||
|
||||
# Required Environment Variables
|
||||
|
||||
When adding Fleet agent environment variables for the proxy, replace PROXY_IP with your private proxy IP.
|
||||
When adding Fleet agent environment variables for the proxy, replace <PROXY_IP> with your private proxy IP.
|
||||
|
||||
| Variable Name | Value |
|
||||
|------------------|--------|
|
||||
| `HTTP_PROXY` | http://PROXY_IP:8888 |
|
||||
| `HTTPS_PROXY` | http://PROXY_IP:8888
|
||||
| `HTTP_PROXY` | http://<PROXY_IP>:8888 |
|
||||
| `HTTPS_PROXY` | http://<PROXY_IP>:8888
|
||||
| `NO_PROXY` | 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.svc,.cluster.local |
|
||||
|
||||
# Setting Environment Variables in the Rancher UI
|
||||
|
||||
@@ -28,7 +28,7 @@ The resource quota includes two limits, which you set while creating or editing
|
||||
In the following diagram, a Rancher administrator wants to apply a resource quota that sets the same CPU and memory limit for every namespace in their project (`Namespace 1-4`). However, in Rancher, the administrator can set a resource quota for the project (`Project Resource Quota`) rather than individual namespaces. This quota includes resource limits for both the entire project (`Project Limit`) and individual namespaces (`Namespace Default Limit`). Rancher then propagates the `Namespace Default Limit` quotas to each namespace (`Namespace Resource Quota`) when created.
|
||||
|
||||
<sup>Rancher: Resource Quotas Propagating to Each Namespace</sup>
|
||||

|
||||

|
||||
|
||||
Let's highlight some more nuanced functionality. If a quota is deleted at the project level, it will also be removed from all namespaces contained within that project, despite any overrides that may exist. Further, updating an existing namespace default limit for a quota at the project level will not result in that value being propagated to existing namespaces in the project; the updated value will only be applied to newly created namespaces in that project. To update a namespace default limit for existing namespaces you can delete and subsequently recreate the quota at the project level with the new default value. This will result in the new default value being applied to all existing namespaces in the project.
|
||||
|
||||
|
||||
@@ -25,29 +25,24 @@
|
||||
{{ $product := index $path 1 }}
|
||||
{{ $version := index $path 2 }}
|
||||
{{ $productVersion := printf "%s/%s" $product $version}}
|
||||
{{ if in .Dir "rancher/v2.x" }}
|
||||
{{ if in .Dir "/v2.x" }}
|
||||
<div class="alert alert-notice">
|
||||
<strong>We are transitioning to versioned documentation.</strong> The v2.x docs will no longer be maintained. For Rancher v2.5 docs, go <a href="https://rancher.com/docs/rancher/v2.5/en/">here.</a> For Rancher v2.0-v2.4 docs, go <a href="https://rancher.com/docs/rancher/v2.0-v2.4/en/">here.</a>
|
||||
</div>
|
||||
{{end}}
|
||||
{{ if in .Dir "rancher/v2.5/en/pipelines" }}
|
||||
{{ if in .Dir "/pipelines" }}
|
||||
<div class="alert alert-notice">
|
||||
<strong>As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a>, available in Cluster Explorer.</strong>
|
||||
</div>
|
||||
{{end}}
|
||||
{{ if in .Dir "rancher/v2.x/en/pipelines" }}
|
||||
<div class="alert alert-notice">
|
||||
<strong>As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a>, available in Cluster Explorer.</strong>
|
||||
</div>
|
||||
{{end}}
|
||||
{{ if in .Dir "rancher/v2.5/en/deploy-across-clusters/multi-cluster-apps" }}
|
||||
{{ if in .Dir "/multi-cluster-apps" }}
|
||||
<div class="alert alert-notice">
|
||||
<strong>As of Rancher v2.5, multi-cluster apps are deprecated.</strong> We now recommend using <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a> for deploying apps across clusters. It is available in Cluster Explorer.
|
||||
</div>
|
||||
{{end}}
|
||||
{{ if in .Dir "rancher/v2.x/en/deploy-across-clusters/multi-cluster-apps" }}
|
||||
<div class="alert alert-notice">
|
||||
<strong>As of Rancher v2.5, multi-cluster apps are deprecated.</strong> We now recommend using <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a> for deploying apps across clusters. It is available in Cluster Explorer.
|
||||
{{ if in .Dir "os/v1.x" }}
|
||||
<div class="alert row">
|
||||
<strong>RancherOS 1.x is currently in a maintain-only-as-essential mode.</strong> It is no longer being actively maintained at a code level other than addressing critical or security fixes. For more information about the support status of RancherOS, see <a href="https://support.rancher.com/hc/en-us/articles/360041771072#development-status-0-0">this page.</a>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
When contributing to docs, please don't update the content in the v2.x folder.
|
||||
It's better to update the versioned docs, for example, the v2.5 or v2.6 docs.
|
||||
|
||||
This content in v2.x was separated into versioned documentation during the v2.5.8
|
||||
release. The content relevant to Rancher versions before v2.5 went into the v2.0-v2.4
|
||||
folder, while the content related to Rancher v2.5 went into the v2.5 folder.
|
||||
|
||||
We are trying to get the 2.x content to be removed from Google search results. The only
|
||||
reason we haven't deleted it is because Google search results would lead to 404
|
||||
errors if we deleted it.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user