Skip to content

Commit

Permalink
fix microk8s command to enable cilium
Browse files Browse the repository at this point in the history
As per Documentation of microk8s (https://microk8s.io/docs/addons), enabling add-ons are being invoked with `microk8s enable <addon>` - note the missing „.“.
Also tested this locally

`microk8s enable cilium`

Signed-off-by: Philipp Gniewosz <philipp.gniewosz@posteo.de>
  • Loading branch information
Philipp Gniewosz authored and joestringer committed Dec 10, 2020
1 parent 7757d31 commit 431eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/microk8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install microk8s

::

microk8s.enable cilium
microk8s enable cilium

#. Cilium is now configured! The ``cilium`` CLI is provided as ``microk8s.cilium``.

Expand Down

0 comments on commit 431eda4

Please sign in to comment.