Skip to content

Commit 16bb6f3

Browse files
authored
Merge pull request #20590 from lou-lan/fix/minikube-image-ru
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
2 parents 6605d0a + 9abcf68 commit 16bb6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ru/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Katacoda предоставляет бесплатную, встроенную
7474
1. Используйте команду `kubectl create` для создание деплоймента для управления подом. Под запускает контейнер на основе предоставленного Docker образа.
7575

7676
```shell
77-
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
77+
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
7878
```
7979

8080
2. Посмотреть информацию о Deployment:

0 commit comments

Comments
 (0)