We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba7b9e0 + 80386ee commit 5381aabCopy full SHA for 5381aab
content/pt-br/docs/tutorials/hello-minikube.md
@@ -103,7 +103,7 @@ escalonamento dos Pods.
103
O Pod executa um contêiner baseado na imagem do Docker disponibilizada.
104
105
```shell
106
- kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
+ kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.53 -- /agnhost netexec --http-port=8080
107
```
108
109
1. Visualize o Deployment:
0 commit comments