Skip to content

Commit

Permalink
en: add a link in kind tutorial (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored May 14, 2020
1 parent 7456499 commit c5f2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/deploy-tidb-from-kubernetes-kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before deployment, make sure the following requirements are satisfied:
- [Docker](https://docs.docker.com/install/): version >= 17.03
- [Helm](https://helm.sh/docs/intro/install/): Helm 2 or the latest stable version of Helm 3
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl): version >= 1.12
- [kind]: version >= 0.7.0 (the latest version recommended)
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/): version >= 0.7.0 (the latest version recommended)
- The value of [net.ipv4.ip_forward](https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux) should be set to `1`

## Step 1: Create a Kubernetes cluster using kind
Expand Down

0 comments on commit c5f2707

Please sign in to comment.