Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Mention port forward using kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-M committed Nov 29, 2016
1 parent 2a8a388 commit 8f882f2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Create Namespace
.. code-block:: bash
kubectl create namespace zmon
If you want use the following command to set the default namespace:

.. code-block:: bash
Expand Down Expand Up @@ -117,8 +117,18 @@ ZMON components
kubectl create -f deployments/zmon-worker.yaml
Connecting
==========

Depending on how you run minikube:

.. code-block:: bash
kubectl get pods --namespace zmon
kubectl port-forward <controller pod id> 8443:443 --namespace zmon
GCE LB
======

Add firewall rule to allow traffic and health check from IP range: 130.211.0.0/22

0 comments on commit 8f882f2

Please sign in to comment.