From 74282f9a15807f0d7ace587b6f477bc45409d324 Mon Sep 17 00:00:00 2001 From: Konstanty Karagiorgis Date: Tue, 4 Jun 2024 09:22:42 +0200 Subject: [PATCH] #57: Small README helm update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53a9a71..a119c3b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Syncing is a process of exchanging information about exposed applications on bot ## Usage -You can install wormhole using helm. Please clone this repository first. For server you will need a cluster with LoadBalancer support, for client - any cluster. IP exposed by the server's LoadBalancer must be reachable from the client's cluster. +You can install wormhole using helm. For server you will need a cluster with LoadBalancer support, for client - any cluster. IP exposed by the server's LoadBalancer must be reachable from the client's cluster. ### Install server @@ -77,7 +77,7 @@ helm install -n wormhole wh kubernetes/helm --set client.enabled=true --set clie ### Expose a service -No you can expose a service from one infrastructure to another. Services exposed from the server will be available on all the clients. Services exposed from the client will be available only on the server. +Now you can expose a service from one infrastructure to another. Services exposed from the server will be available on all the clients. Services exposed from the client will be available only on the server. ``` kubectl annotate --overwrite svc --namespace wormhole.glothriel.github.com/exposed=yes