Skip to content

Commit 32c1f22

Browse files
authored
Update get_start.md
1 parent 8130753 commit 32c1f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/get_start.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ spec:
154154
burst: 1
155155
scalingPolicyType: idle_session_number
156156
idleSessionNumThreshold:
157-
highWaterMark: 3
158-
lowWaterMark: 0
157+
high: 3
158+
low: 0
159159
containers:
160160
- image: centaurusinfra.io/fornax-serverless/nodejs-hw:v0.1.0
161161
name: nodejs-hw
@@ -173,7 +173,7 @@ EOF
173173
```
174174

175175
```sh
176-
kubectl apply --kubeconfig kubeconfig --validate=false -f ./nodejs-hw-app-create.yaml --namespace game1
176+
kubectl apply --kubeconfig kubeconfig -f ./nodejs-hw-app-create.yaml --namespace game1
177177
```
178178

179179
create application session using created yaml file

0 commit comments

Comments
 (0)