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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Sep 13, 2019
1 parent f36988b commit f803984
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ skupper init
skupper connect --secret /path/to/mysecret.yaml
```

By default skupper will try to set itself up to allow connections from
other skupper sites (using mutual TLS). It uses a LoadBalancer service
or an OpenShift Route for this. If you don't want this, or your
cluster is not set up to support those options, you can use the
`--cluster-local` option to `skupper init` and will then be able only
accept connections from skupper instances in different namespaces on
the same cluster.

Note: if using minikube, you can get the LoadBalancer service to setup
an external ip by running minikube tunnel. (Or else use
--cluster-local as desrcibed above).



0 comments on commit f803984

Please sign in to comment.