Remove instructions to move local clusters
This commit is contained in:
parent
e1ddf91599
commit
64175ac062
|
|
@ -16,14 +16,6 @@ Git repos are added to the Fleet manager using the `GitRepo` custom resource typ
|
|||
- `Fleet-default` will contain all the downstream clusters that are already registered through Rancher.
|
||||
- `Fleet-local` will contain the local cluster by default.
|
||||
|
||||
Users can create new workspaces and move clusters across workspaces. An example of a special case might be including the local cluster in the `GitRepo` payload for config maps and secrets (no active deployments or payloads).
|
||||
|
||||
:::warning Local Cluster
|
||||
|
||||
While it's possible to move clusters out of either workspace, we recommend that you keep the local cluster in `fleet-local`.
|
||||
|
||||
:::
|
||||
|
||||
If you are using Fleet in a [single cluster](./concepts.md) style, the namespace will always be **fleet-local**. Check [here](https://fleet.rancher.io/namespaces/#fleet-local) for more on the `fleet-local` namespace.
|
||||
|
||||
For a [multi-cluster](./concepts.md) style, please ensure you use the correct repo that will map to the right target clusters.
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@ When fleet is installed the `fleet-local` namespace is created along with one `C
|
|||
automatically target the `local` `Cluster`. The `local` `Cluster` refers to the cluster the Fleet manager is running
|
||||
on.
|
||||
|
||||
**Note:** If you would like to migrate your cluster from `fleet-local` to `default`, please see this [documentation](./troubleshooting.md#migrate-the-local-cluster-to-the-fleet-default-cluster).
|
||||
|
||||
### cattle-fleet-system (system namespace)
|
||||
|
||||
The Fleet controller and Fleet agent run in this namespace. All service accounts referenced by `GitRepos` are expected
|
||||
|
|
|
|||
|
|
@ -6,14 +6,6 @@ Git repos are added to the Fleet manager using the `GitRepo` custom resource typ
|
|||
- `Fleet-default` will contain all the downstream clusters that are already registered through Rancher.
|
||||
- `Fleet-local` will contain the local cluster by default.
|
||||
|
||||
Users can create new workspaces and move clusters across workspaces. An example of a special case might be including the local cluster in the `GitRepo` payload for config maps and secrets (no active deployments or payloads).
|
||||
|
||||
:::warning
|
||||
|
||||
While it's possible to move clusters out of either workspace, we recommend that you keep the local cluster in `fleet-local`.
|
||||
|
||||
:::
|
||||
|
||||
If you are using Fleet in a [single cluster](./concepts.md) style, the namespace will always be **fleet-local**. Check [here](https://fleet.rancher.io/namespaces/#fleet-local) for more on the `fleet-local` namespace.
|
||||
|
||||
For a [multi-cluster](./concepts.md) style, please ensure you use the correct repo that will map to the right target clusters.
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ When fleet is installed the `fleet-local` namespace is created along with one `C
|
|||
automatically target the `local` `Cluster`. The `local` `Cluster` refers to the cluster the Fleet manager is running
|
||||
on.
|
||||
|
||||
**Note:** If you would like to migrate your cluster from `fleet-local` to `default`, please see this [documentation](./troubleshooting.md#migrate-the-local-cluster-to-the-fleet-default-cluster).
|
||||
|
||||
### cattle-fleet-system
|
||||
|
||||
The Fleet controller and Fleet agent run in this namespace. All service accounts referenced by `GitRepos` are expected
|
||||
|
|
|
|||
|
|
@ -67,17 +67,6 @@ NAME READY STATUS RESTARTS AGE
|
|||
fleet-controller-64f49d756b-n57wq 1/1 Running 0 3m21s
|
||||
```
|
||||
|
||||
### Migrate the local cluster to the Fleet default cluster?
|
||||
|
||||
For users who want to deploy to the local cluster as well, they may move the cluster from `fleet-local` to `fleet-default` in the Rancher UI as follows:
|
||||
|
||||
- To get to Fleet in Rancher, click ☰ > Continuous Delivery.
|
||||
- Under the **Clusters** menu, select the **local** cluster by checking the box to the left.
|
||||
- Select **Assign to** from the tabs above the cluster.
|
||||
- Select **`fleet-default`** from the **Assign Cluster To** dropdown.
|
||||
|
||||
**Result**: The cluster will be migrated to `fleet-default`.
|
||||
|
||||
### Enable debug logging for `fleet-controller` and `fleet-agent`?
|
||||
|
||||
Available in Rancher v2.6.3 (Fleet v0.3.8), the ability to enable debug logging has been added.
|
||||
|
|
@ -224,3 +213,8 @@ Error opening a gzip reader for /tmp/getter154967024/archive: gzip: invalid head
|
|||
```
|
||||
|
||||
... the content of the helm chart is incorrect. Manually download the chart to your local machine and check the content.
|
||||
|
||||
### Migrate the local cluster to the Fleet default cluster workspace?
|
||||
|
||||
Users can create new workspaces and move clusters across workspaces.
|
||||
It's currently not possible to move the local cluster from `fleet-local` to another workspace.
|
||||
|
|
|
|||
|
|
@ -19,13 +19,6 @@ Git repos are added to the Fleet manager using the `GitRepo` custom resource typ
|
|||
- `Fleet-default` will contain all the downstream clusters that are already registered through Rancher.
|
||||
- `Fleet-local` will contain the local cluster by default.
|
||||
|
||||
Users can create new workspaces and move clusters across workspaces. An example of a special case might be including the local cluster in the `GitRepo` payload for config maps and secrets (no active deployments or payloads).
|
||||
|
||||
:::warning Local Cluster
|
||||
|
||||
While it's possible to move clusters out of either workspace, we recommend that you keep the local cluster in `fleet-local`.
|
||||
|
||||
:::
|
||||
|
||||
If you are using Fleet in a [single cluster](./concepts.md) style, the namespace will always be **fleet-local**. Check [here](https://fleet.rancher.io/namespaces/#fleet-local) for more on the `fleet-local` namespace.
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,6 @@ When fleet is installed the `fleet-local` namespace is created along with one `C
|
|||
automatically target the `local` `Cluster`. The `local` `Cluster` refers to the cluster the Fleet manager is running
|
||||
on.
|
||||
|
||||
**Note:** If you would like to migrate your cluster from `fleet-local` to `default`, please see this [documentation](./troubleshooting.md#migrate-the-local-cluster-to-the-fleet-default-cluster).
|
||||
|
||||
### cattle-fleet-system (system namespace)
|
||||
|
||||
The Fleet controller and Fleet agent run in this namespace. All service accounts referenced by `GitRepos` are expected
|
||||
|
|
|
|||
|
|
@ -16,13 +16,6 @@ Git repos are added to the Fleet manager using the `GitRepo` custom resource typ
|
|||
- `Fleet-default` will contain all the downstream clusters that are already registered through Rancher.
|
||||
- `Fleet-local` will contain the local cluster by default.
|
||||
|
||||
Users can create new workspaces and move clusters across workspaces. An example of a special case might be including the local cluster in the `GitRepo` payload for config maps and secrets (no active deployments or payloads).
|
||||
|
||||
:::warning Local Cluster
|
||||
|
||||
While it's possible to move clusters out of either workspace, we recommend that you keep the local cluster in `fleet-local`.
|
||||
|
||||
:::
|
||||
|
||||
If you are using Fleet in a [single cluster](./concepts.md) style, the namespace will always be **fleet-local**. Check [here](https://fleet.rancher.io/namespaces/#fleet-local) for more on the `fleet-local` namespace.
|
||||
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@ When fleet is installed the `fleet-local` namespace is created along with one `C
|
|||
automatically target the `local` `Cluster`. The `local` `Cluster` refers to the cluster the Fleet manager is running
|
||||
on.
|
||||
|
||||
**Note:** If you would like to migrate your cluster from `fleet-local` to `default`, please see this [documentation](./troubleshooting.md#migrate-the-local-cluster-to-the-fleet-default-cluster).
|
||||
|
||||
### cattle-fleet-system (system namespace)
|
||||
|
||||
The Fleet controller and Fleet agent run in this namespace. All service accounts referenced by `GitRepos` are expected
|
||||
|
|
|
|||
Loading…
Reference in New Issue