Skip to content

Commit

Permalink
Merge pull request #20594 from lou-lan/fix/minikube-image-ko
Browse files Browse the repository at this point in the history
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
  • Loading branch information
k8s-ci-robot authored Apr 28, 2020
2 parents 4d33f02 + 4362985 commit e064b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ko/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Katacode는 무료로 브라우저에서 쿠버네티스 환경을 제공한다.
파드는 제공된 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
```

2. 디플로이먼트 보기
Expand Down

0 comments on commit e064b71

Please sign in to comment.