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

doc: Tidy up usage of Helm #10435

Merged
merged 1 commit into from Mar 3, 2020
Merged
Show file tree
Hide file tree
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: 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