Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the Hubble before starting with UI via cilium-cli. #25538

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 8 additions & 6 deletions Documentation/gettingstarted/hubble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ service map.

.. note::

This guide assumes that Cilium has been correctly installed in your
Kubernetes cluster and that Hubble has been enabled. Please see
:ref:`k8s_quick_install` and :ref:`hubble_setup` for more information. If
unsure, run ``cilium status`` and validate that Cilium and Hubble are up and
running.
This guide assumes that Cilium and Hubble have been correctly installed in your
Kubernetes cluster. Please see :ref:`k8s_quick_install` and :ref:`hubble_setup`
for more information. If unsure, run ``cilium status`` and validate that Cilium
and Hubble are installed.

Enable the Hubble UI
====================

If you have not done so already, enable the Hubble UI by running the following command:
Enable the Hubble UI by running the following command:

.. tabs::

.. group-tab:: Cilium CLI

If Hubble is already enabled with ``cilium hubble enable``, you must first temporarily disable Hubble with ``cilium hubble disable``.
This is because the Hubble UI cannot be added at runtime.

.. code-block:: shell-session

cilium hubble enable --ui
Expand Down