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.
2 parents b3e71d6 + a95febf commit 23df25eCopy full SHA for 23df25e
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