Skip to content

Commit f669fcd

Browse files
authored
Update deployflow.md
1 parent a770c13 commit f669fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial/deployflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This tutorial walks you through an example to deploy a Nginx application using D
1313
## Create the Nginx DeployFlow
1414

1515
There are two ways to create a DeployFlow:
16-
1. just using `kubectl apply -f `
16+
1. just using `kubectl apply -f https://github.com/triton-io/triton/raw/main/docs/tutorial/v1/nginx-deployflow.yaml`
1717
2. also, triton provides REST & GRPC API to handle deploy process, using the next API to create a DeployFlow
1818
```bash
1919
curl --location --request POST 'localhost:8088/api/v1/namespaces/default/deployflows' \
@@ -58,7 +58,7 @@ curl --location --request POST 'localhost:8088/api/v1/namespaces/default/deployf
5858

5959
Then we create the service of this application:
6060
```bash
61-
kubectl apply -f
61+
kubectl apply -f https://raw.githubusercontent.com/triton-io/triton/main/docs/tutorial/v1/nginx-service.yaml
6262
```
6363

6464
## Verify DeployFlow Started
@@ -287,4 +287,4 @@ localhost:8099 application.Application/Scale
287287
12122-sample-10010-qllmx 1/1 Running 0 43h
288288
```
289289

290-
The cloneset has been scaled to 2 replicas and the deleted pod is `12122-sample-10010-jrk6g`.
290+
The cloneset has been scaled to 2 replicas and the deleted pod is `12122-sample-10010-jrk6g`.

0 commit comments

Comments
 (0)