Skip to content

Commit 9abcf68

Browse files
committed
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
1 parent 33f472c commit 9abcf68

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
@@ -72,7 +72,7 @@ Katacoda предоставляет бесплатную, встроенную
7272
1. Используйте команду `kubectl create` для создание деплоймента для управления подом. Под запускает контейнер на основе предоставленного Docker образа.
7373

7474
```shell
75-
kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
75+
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
7676
```
7777

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

0 commit comments

Comments
 (0)