Skip to content

Commit

Permalink
Update deployflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac authored Oct 10, 2021
1 parent 2e96fc0 commit f3796ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/tutorial/deployflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ This tutorial walks you through an example to deploy a Nginx application using D

1. make sure `kube-apiserver` could connect to your local machine.
2. make sure the `OpenKruise` has been installed in your cluster. If not, install it according to [this doc](https://openkruise.io/en-us/docs/installation.html).
3. make sure the `DeployFlow` CRD has been installed in your cluster. If not, install it by `make install`.
4. make sure the `Triton controller` running.
5. make sure you have install [grpcurl](https://github.com/fullstorydev/grpcurl)
3. create namespace `triton-system` by `kubectl create ns triton-system`
4. make sure the `DeployFlow` CRD has been installed in your cluster. If not, install it by `make install`.
5. make sure the `Triton controller` running by `make run`.
6. make sure you have install [grpcurl](https://github.com/fullstorydev/grpcurl)

## Create the Nginx DeployFlow

Expand Down

0 comments on commit f3796ce

Please sign in to comment.