From 945a5bc419e82d7ad613df2228ec9883ce95f7b8 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Fri, 15 Nov 2019 16:43:16 -0700 Subject: [PATCH] Fix upgrading section make h1 header - h1 header separates out from the steps for normal install - easier to read and find special upgrading section for airgap --- content/k3s/latest/en/installation/airgap/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/k3s/latest/en/installation/airgap/_index.md b/content/k3s/latest/en/installation/airgap/_index.md index 578db199807..d8b26320885 100644 --- a/content/k3s/latest/en/installation/airgap/_index.md +++ b/content/k3s/latest/en/installation/airgap/_index.md @@ -68,6 +68,8 @@ The node-token is on the server at `/var/lib/rancher/k3s/server/node-token` >**Note:** K3s additionally provides a `--resolv-conf` flag for kubelets, which may help with configuring DNS in air-gap networks. +# Upgrading + Upgrading an air-gap environment can be accomplished in the following manner: 1. Download the new air-gap images (tar file) from the [releases](https://github.com/rancher/k3s/releases) page for the version of K3s you will be upgrading to. Place the tar in the `/var/lib/rancher/k3s/agent/images/` directory on each node. Delete the old tar file.