From 58c50c10cf286355393a33f30c4d5b5c24b96c20 Mon Sep 17 00:00:00 2001 From: Mehrdad <40826835+mhrdq8i@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:43:44 -0700 Subject: [PATCH] Update offline-environment.md Fix a relative address. "generate_list.sh" file did not open correctly. --- docs/operations/offline-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/offline-environment.md b/docs/operations/offline-environment.md index 0c5e1bf9e3f..2bf137427d6 100644 --- a/docs/operations/offline-environment.md +++ b/docs/operations/offline-environment.md @@ -19,7 +19,7 @@ Then you need to setup the following services on your offline environment: * [Optional] an internal PyPi server for python packages used by Kubespray * [Optional] an internal Helm registry for Helm chart files -You can get artifact lists with [generate_list.sh](/contrib/offline/generate_list.sh) script. +You can get artifact lists with [generate_list.sh](https://github.com/kubernetes-sigs/kubespray/blob/master/contrib/offline/generate_list.sh) script. In addition, you can find some tools for offline deployment under [contrib/offline](/contrib/offline/README.md). ## Configure Inventory