Skip to content

Commit

Permalink
Update offline-environment.md
Browse files Browse the repository at this point in the history
Fix a relative address.
"generate_list.sh" file did not open correctly.
  • Loading branch information
mhrdq8i authored Jun 29, 2024
1 parent 35e904d commit 58c50c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operations/offline-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58c50c1

Please sign in to comment.