Skip to content

Commit

Permalink
Add goproxy.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielXLee committed Jul 20, 2021
1 parent f55319f commit af9e074
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
- [Purpose](#purpose)
- [Supported Features](#supported-features)
- [Getting Started](#getting-started)
- [Demo](#demo)
- [Example](#example)
- [Prerequisites](#prerequisites)
- [Quickstart](#quickstart)
- [Verify](#verify)
- [Demo](#demo)
- [Quickstart with Ansible](#quickstart-with-ansible)

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

Expand Down Expand Up @@ -56,6 +57,12 @@ Here the features which are supported by this operator:-

## Getting Started

### Demo

A simple demo for deploy broker cluster, join other clusters to the broker cluster, verify service discovery

<img src="./docs/icons/demo.gif">

### Example

The configuration of Knitnet setup should be described in Knitnet CRD. You will find all the examples manifests in [example](./config/samples) folder.
Expand All @@ -75,6 +82,14 @@ The setup can be done by using `kustomize`.
cd knitnet-operator
```

1. Setup goproxy (optional)

If you cannot access `GOPROXY="https://proxy.golang.org,direct"`, try `goproxy.cn`

```shell
go env -w GOPROXY=https://goproxy.cn,direct
```

1. Deploy broker

- Install knitnet operator
Expand Down Expand Up @@ -185,8 +200,6 @@ The setup can be done by using `kustomize`.
curl nginx.default.svc.clusterset.local
```
### Demo
A simple demo for deploy broker cluster, join other clusters to the broker cluster, verify service discovery
### Quickstart with Ansible
<img src="./docs/icons/demo.gif">
I don't have any kubernetes cluster, I want a one-click deployment, he came [deploy submariner with ansible](https://github.com/DanielXLee/deploy-submariner/blob/main/README.md)

0 comments on commit af9e074

Please sign in to comment.