Skip to content

Commit

Permalink
doc: Tidy up usage of Helm
Browse files Browse the repository at this point in the history
Fixes #10436

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
  • Loading branch information
errordeveloper committed Mar 3, 2020
1 parent fe98c5b commit 9749689
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
14 changes: 3 additions & 11 deletions Documentation/gettingstarted/hubble-install.rst
Expand Up @@ -6,22 +6,14 @@ for cloud native workloads. It is built on top of Cilium and eBPF to enable
deep visibility into the communication and behavior of services as well as the
networking infrastructure in a completely transparent manner. `Visit Hubble Github page <https://github.com/cilium/hubble>`_.

Generate the deployment files using Helm and deploy it:
Deploy Hubble using Helm:

.. code:: bash
git clone https://github.com/cilium/hubble.git
cd hubble/install/kubernetes
helm template hubble \
helm install hubble ./hubble \
--namespace kube-system \
--set metrics.enabled="{dns,drop,tcp,flow,port-distribution,icmp,http}" \
--set ui.enabled=true \
> hubble.yaml
Deploy Hubble:

.. code:: bash
kubectl apply -f hubble.yaml
--set ui.enabled=true
7 changes: 3 additions & 4 deletions Documentation/gettingstarted/k8s-install-download-release.rst
@@ -1,11 +1,10 @@
`Install Helm`_ version 3.0.0 or higher to prepare generating the deployment
artifacts based on the Helm templates.
First, make sure you have `installed Helm`_ version 3.0.0 or higher.

.. _Install Helm: https://helm.sh/docs/using_helm/#install-helm
.. _installed Helm: https://helm.sh/docs/using_helm/#install-helm

.. only:: stable

Setup helm repository:
Setup Helm repository:

.. code:: bash
Expand Down
4 changes: 2 additions & 2 deletions Documentation/gettingstarted/k8s-install-eks.rst
Expand Up @@ -79,8 +79,8 @@ does not interfere with the ENIs managed by Cilium:
kubectl -n kube-system set image daemonset/aws-node aws-node=docker.io/spaster/alpine-sleep
Prepare & Deploy Cilium
=======================
Deploy Cilium
=============

.. include:: k8s-install-download-release.rst

Expand Down

0 comments on commit 9749689

Please sign in to comment.