From e1e313674ae1a49894ee4b5bae4a8d7da70901ba Mon Sep 17 00:00:00 2001 From: Christopher Morrow Date: Mon, 11 Jan 2021 10:18:48 -0800 Subject: [PATCH] add dep for create_stack.sh kubernetes script (#1215) The create_stack.sh script requires git to complete fully. Perhaps this should be added to the setup_system.sh script, but until it does, this change allows the steps to complete without error. --- source/tutorials/kubernetes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/tutorials/kubernetes.rst b/source/tutorials/kubernetes.rst index 2f5a9884..38b73be2 100644 --- a/source/tutorials/kubernetes.rst +++ b/source/tutorials/kubernetes.rst @@ -115,6 +115,14 @@ running quickly. sudo systemctl stop docker sudo systemctl stop containerd + + +#. Install git as it's a dependency of the :file:`create_stack.sh`. + + .. code-block:: bash + + sudo swupd bundle-add git + #. Run the :file:`create_stack.sh` script to initialize the Kubernetes node and setup a container network plugin.