From 0bff2b97c1c130fbd59b8f64ed1b9ffc0ab68a3a Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 17 Jun 2020 22:45:11 -0700 Subject: [PATCH] Avoid saying a secure private registry is required --- content/k3s/latest/en/installation/airgap/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/airgap/_index.md b/content/k3s/latest/en/installation/airgap/_index.md index 7f9f4a8ec21..56d16c1b2e9 100644 --- a/content/k3s/latest/en/installation/airgap/_index.md +++ b/content/k3s/latest/en/installation/airgap/_index.md @@ -7,7 +7,8 @@ You can install K3s in an air-gapped environment using two different methods. Yo # Private Registry Method -This document assumes you have already created your nodes in your air-gap environment and have a secure Docker private registry on your bastion host. +This document assumes you have already created your nodes in your air-gap environment and have a Docker private registry on your bastion host. + If you have not yet set up a private Docker registry, refer to the official documentation [here](https://docs.docker.com/registry/deploying/#run-an-externally-accessible-registry). ### Create the Registry YAML