File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ru/docs/tutorials/kubernetes-basics/explore Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ <h3>Просмотр приложения в терминале</h3>
155
155
< p > < code > < b > export POD_NAME="$(kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')"</ b > </ code > < br />
156
156
< code > < b > echo Name of the Pod: $POD_NAME</ b > </ code > </ p >
157
157
< p > Чтобы увидеть вывод приложения, выполним запрос через < code > curl</ code > :</ p >
158
- < p > < code > < b > curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/</ b > </ code > </ p >
158
+ < p > < code > < b > curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080 /proxy/</ b > </ code > </ p >
159
159
< p > Здесь URL указывает на маршрут к API пода.</ p >
160
160
</ div >
161
161
</ div >
You can’t perform that action at this time.
0 commit comments