-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add rancher ui installation instructions #75
Merged
richardcase
merged 3 commits into
rancher:main
from
salasberryfin:add-rancher-ui-installation-instructions
Apr 2, 2024
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.21 MB
docs/getting-started/install-rancher-turtles/install-turtles-from-ui.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
docs/getting-started/install-rancher-turtles/using_rancher_dashboard.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Via Rancher Dashboard | ||
|
||
This is the recommended option for installing Rancher Turtles. | ||
|
||
Via Rancher UI, and just by adding the Turtles repository, we can easily let Rancher take care of the installation and configuration of the Cluster API Extension. | ||
|
||
:::caution | ||
If you already have Cluster API Operator installed in your cluster, you should use the [manual helm install method](./using_helm.md) instead. | ||
::: | ||
|
||
:::info | ||
Before [installing Rancher Turtles](./using_helm.md#install-rancher-turtles-with-cluster-api-operator-as-a-helm-dependency) in your Rancher environment, Rancher's `embedded-cluster-api` functionality must be disabled. This includes also cleaning up Rancher-specific webhooks that otherwise would conflict with CAPI ones. | ||
|
||
To simplify setting up Rancher for installing Rancher Turtles, the official Rancher Turtles Helm chart includes a `pre-install` hook that applies these changes, making it transparent to the end user: | ||
- Disable the `embedded-cluster-api` feature in Rancher. | ||
- Delete the `mutating-webhook-configuration` and `validating-webhook-configuration` webhooks that are no longer needed. | ||
::: | ||
|
||
If you would like to understand how Rancher Turtles works and what the architecture looks like, you can refer to the [Architecture](../../reference-guides/architecture/intro.md) section. | ||
|
||
:::note | ||
If uninstalling, you can refer to [Uninstalling Rancher Turtles](../uninstall_turtles.md) | ||
::: | ||
|
||
### Installation | ||
|
||
- From your browser, access Rancher Manager and explore the **local** cluster. | ||
- Using the left navigation pane, go to `Apps` -> `Repositories`. | ||
- Click `Create` to add a new repository. | ||
- Enter the following: | ||
- **Name**: `turtles`. | ||
- **Index URL**: https://rancher.github.io/turtles. | ||
- Wait for the `turtles` repository to have a status of `Active`. | ||
- Go to `Apps` -> `Charts`. | ||
- Filter for `turtles`. | ||
- Click `Rancher Turtles - the Cluster API Extension` | ||
- Click `Install` -> `Next` -> `Install`. | ||
|
||
![install-turtles-from-ui](./install-turtles-from-ui.gif) | ||
|
||
This will use the default values for the Helm chart, which are good for most installations. If your configuration requires overriding some of these defaults, you can either specify the values during installation from Rancher UI or, alternatively, you can opt for the [manual installation via Helm](./using_helm.md). And, if you are interested on learning more about the available values, you can check the [reference guide](../../reference-guides/rancher-turtles-chart/values.md). | ||
|
||
The installation may take a few minutes and, when it finishes, you will be able to see the following new deployments in the cluster: | ||
- `rancher-turtles-system/rancher-turtles-controller-manager` | ||
- `rancher-turtles-system/rancher-turtles-cluster-api-operator` | ||
- `capi-system/capi-controller-manager` | ||
|
||
![deployments-turtles](./deployments-turtles.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed we will only mention uninstalling via helm on the cli initially. But this can be changed in #77. wdyt @furkatgofurov7 @Danil-Grigorev?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change it in #77 👍🏼