We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee147d3 commit a95febfCopy full SHA for a95febf
content/ru/docs/tutorials/hello-minikube.md
@@ -97,7 +97,7 @@ minikube dashboard --url
97
98
```shell
99
# Запуск тестового образа контейнера с веб-сервером
100
- kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
101
```
102
103
1. Посмотреть информацию о Deployment:
0 commit comments