Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minikube image 'project:hello-minikube-zero-install' has been suspended. #20594

Merged
merged 1 commit into from
Apr 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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