Skip to content

Commit

Permalink
Merge pull request #108 from CamrynCarter/rancher-manager-config
Browse files Browse the repository at this point in the history
updated EOL docs links
  • Loading branch information
CamrynCarter authored Oct 31, 2024
2 parents c3d4182 + 7a66974 commit 21e6b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/registry-docs/configuration/rancher.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rancher Manager Configuration
# Rancher Configuration

This page will walk you through how to configure Rancher Manager to use images from the CSR instead of the upstream Docker Hub images. This will apply to both its own components and downstream Rancher Kubernetes clusters (RKE2/K3s).
This page will walk you through how to configure Rancher to use images from the CSR instead of the upstream Docker Hub images. This will apply to both its own components and downstream Rancher Kubernetes clusters (RKE2/K3s).

> **NOTE**: Due to current limitations of cloud providers, this project will not work for managing Cloud Provider clusters (AKS, EKS, GKE). If you're currently using Rancher to manage those workloads, do not use this project. We intend to improve this experience in the future.
Expand All @@ -18,13 +18,13 @@ This page will walk you through how to configure Rancher Manager to use images f

As Rancher has a dependency on Cert Manager, you'll need to update/install Cert Manager with the images provided by the CSR.

If you're following Rancher's [Connected](https://rancher.com/docs/rancher/v2.6/en/installation/install-rancher-on-k8s/#4-install-cert-manager) installation instructions, you'll need to follow the next steps to use the Carbide Secured Registry (CSR) images for cert-manager.
If you're following Rancher's [connected installation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster#4-install-cert-manager) instructions, you'll need to follow the steps below to use the Carbide Secured Registry (CSR) images for cert-manager.

If using the [Airgapped](https://rancher.com/docs/rancher/v2.6/en/installation/other-installation-methods/air-gap/install-rancher/#1-add-the-cert-manager-repo) installation instructions, make sure you've pulled the images to your local/airgapped registry.
If using the [airgapped installation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha) instructions, make sure you've pulled the images to your local/airgapped registry.

#### Configuring Cert Manager

Follow Rancher's [Connected](https://rancher.com/docs/rancher/v2.6/en/installation/install-rancher-on-k8s/#4-install-cert-manager) installation instructions, but using the following steps instead of the `helm install` command from the docs.
Follow Rancher's [connected installation](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster#4-install-cert-manager) instructions, but using the following steps instead of the `helm install` command from the docs.

After adding the Cert Manager repo and installing the CRDs, use the following to create a temporary `values.yaml` for your chart, subsituting your registry domain:

Expand Down Expand Up @@ -96,7 +96,7 @@ You can follow these steps to configure a private registry when you create a clu

#### New Rancher Installations

Follow Rancher's [Installation Guide](https://rancher.com/docs/rancher/v2.5/en/installation/install-rancher-on-k8s), making sure to use the carbide chart obtained in the previous [helm chart](../carbide-charts.md) section.
Follow Rancher's [Installation Guide](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster), making sure to use the carbide chart obtained in the previous [helm chart](../carbide-charts.md) section.

When installing Rancher, to utilize the private registry, you'll need to set the following values in your helm values:

Expand Down
4 changes: 2 additions & 2 deletions docs/registry-docs/uninstall-rancher.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rancher Manager Uninstall
# Rancher Uninstall

This page will walk you through how to uninstall Carbide Registry Images from Rancher Manager both for its own components and downstream Rancher Kubernetes clusters (RKE2/K3s).
This page will walk you through how to uninstall Carbide Registry Images from Rancher, both for its own components and downstream Rancher Kubernetes clusters (RKE2/K3s).

## Reverting Cert Manager

Expand Down

0 comments on commit 21e6b3e

Please sign in to comment.