Skip to content

Commit 5381aab

Browse files
authored
Merge pull request #51743 from reylejano/pt-br-issue-51324-hello-minikube-image
[pt-br] pt-br localization of PR 51364 to update hello-minikube image
2 parents ba7b9e0 + 80386ee commit 5381aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pt-br/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ escalonamento dos Pods.
103103
O Pod executa um contêiner baseado na imagem do Docker disponibilizada.
104104

105105
```shell
106-
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
106+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
107107
```
108108

109109
1. Visualize o Deployment:

0 commit comments

Comments
 (0)