From 4d795bdd7198a9f23913199637d5a87d07ccc5c1 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 18 Oct 2024 00:13:49 +0300 Subject: [PATCH] [pt] Changed the command for Attaching to the shell container --- .../tasks/configure-pod-container/share-process-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pt-br/docs/tasks/configure-pod-container/share-process-namespace.md b/content/pt-br/docs/tasks/configure-pod-container/share-process-namespace.md index 0b05d0d782..69bb3b0057 100644 --- a/content/pt-br/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/pt-br/docs/tasks/configure-pod-container/share-process-namespace.md @@ -36,7 +36,7 @@ O compartilhamento de namespace de processos é ativado usando o campo `sharePro 1. Conecte ao `shell` do contêiner e execute o comando `ps`: ```shell - kubectl attach -it nginx -c shell + kubectl exec -it nginx -c shell -- /bin/sh ``` Se você não vir um prompt de comando, tente pressionar Enter. No shell do Contêiner execute: