mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-16 02:46:01 +00:00
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.
This commit is contained in:
committed by
GitHub
parent
d3b0b1cc6c
commit
e1e313674a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user