Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Dec 22, 2023
1 parent 0d29f19 commit b1aacd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/kubernetes/k3s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@ k3s
.. code-block:: bash
sudo systemctl status k3s
sudo journalctl -u k3s
Install
-------

.. code-block:: bash
export IP=192.168.0.1
k3sup install --ip $IP --user ubuntu --k3s-extra-args '--disable traefik'

0 comments on commit b1aacd7

Please sign in to comment.