Skip to content

Commit

Permalink
Add a simple demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielXLee committed Jul 19, 2021
1 parent 88b2150 commit f55319f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Prerequisites](#prerequisites)
- [Quickstart](#quickstart)
- [Verify](#verify)
- [Demo](#demo)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -101,7 +102,7 @@ The setup can be done by using `kustomize`.
- Export `submariner-broker-info` configmap to a yaml file

```shell
kubectl -n knitnet-operator-system get cm submariner-broker-info -oyaml > submariner-broker-info.yaml
kubectl -n submariner-k8s-broker get cm submariner-broker-info -oyaml > submariner-broker-info.yaml
```

1. Join cluster to broker
Expand Down Expand Up @@ -183,3 +184,9 @@ The setup can be done by using `kustomize`.
```shell
curl nginx.default.svc.clusterset.local
```
### Demo
A simple demo for deploy broker cluster, join other clusters to the broker cluster, verify service discovery
<img src="./docs/icons/demo.gif">
Binary file added docs/icons/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hack/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/kubernetes-app/
local-prefixes: github.com/tkestack/
maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true
Expand Down

0 comments on commit f55319f

Please sign in to comment.