From 2e98d76f23a1d423bd144b7c49ee9cf514ff2771 Mon Sep 17 00:00:00 2001 From: Eamon Bauman Date: Wed, 3 Jul 2019 16:29:08 -0500 Subject: [PATCH] Update _index.md --- .../air-gap-high-availability/install-rancher/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md index 87b9bc03c8f..1c060e09aef 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-rancher/_index.md @@ -120,9 +120,15 @@ Copy the rendered manifest directories to a system that has access to the Ranche Use `kubectl` to create namespaces and apply the rendered manifests. +If you are using self-signed certificates, install cert-manager: + ```plain kubectl -n kube-system apply -R -f ./cert-manager +``` +Install rancher: + +```plain kubectl create namespace cattle-system kubectl -n cattle-system apply -R -f ./rancher ```