From 02f342ba5a6281c614abecf918a04084d6ef0205 Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Wed, 12 Feb 2025 09:25:13 +0100 Subject: [PATCH] Add kubectl image for air-gapped environments Add global.kubectl.repository value for air-gapped environments --- .../migrate-rancher-to-new-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/migrate-rancher-to-new-cluster.md b/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/migrate-rancher-to-new-cluster.md index 1fe878cccfa9..8a5510cf9d26 100644 --- a/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/migrate-rancher-to-new-cluster.md +++ b/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/migrate-rancher-to-new-cluster.md @@ -52,10 +52,10 @@ Install the [`rancher-backup chart`](https://github.com/rancher/backup-restore-o The above assumes an environment with outbound connectivity to Docker Hub. - For an **air-gapped environment**, use the following Helm value to pull the `backup-restore-operator` image from your private registry when you install the rancher-backup Helm chart. + For an **air-gapped environment**, use the following Helm values to pull the `backup-restore-operator` and `kubectl` images from your private registry when you install the rancher-backup Helm chart. ```bash - --set image.repository /rancher/backup-restore-operator + --set image.repository /rancher/backup-restore-operator --set global.kubectl.repository=/rancher/kubectl ``` :::