From 7774cc9f3582c5f94e40245cdd5855e3c206177e Mon Sep 17 00:00:00 2001 From: lou-lan Date: Tue, 28 Apr 2020 00:37:16 +0800 Subject: [PATCH] Fix minikube image 'project:hello-minikube-zero-install' has been suspended. --- content/uk/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/uk/docs/tutorials/hello-minikube.md b/content/uk/docs/tutorials/hello-minikube.md index b887c8f4cd..6a1d77d7d2 100644 --- a/content/uk/docs/tutorials/hello-minikube.md +++ b/content/uk/docs/tutorials/hello-minikube.md @@ -117,7 +117,7 @@ Pod runs a Container based on the provided Docker image. 1. За допомогою команди `kubectl create` створіть Deployment, який керуватиме Pod'ом. Pod запускає контейнер на основі наданого Docker образу. ```shell - kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node + kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4 ```