From aa5a255c459e21eec84c17c012d3d800c6aa985b Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 14 Oct 2024 00:06:08 +0300 Subject: [PATCH] [fr] 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/fr/docs/tasks/configure-pod-container/share-process-namespace.md b/content/fr/docs/tasks/configure-pod-container/share-process-namespace.md index 5223490c6d..679cc04f10 100644 --- a/content/fr/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/fr/docs/tasks/configure-pod-container/share-process-namespace.md @@ -34,7 +34,7 @@ Le partage de l'espace de nommage du processus est activé en utilisant le champ 1. Attachez-le au conteneur `shell` et lancez `ps` : ```shell - kubectl attach -it nginx -c shell + kubectl exec -it nginx -c shell -- /bin/sh ``` Si vous ne verrez pas d'invite de commande, appuyez sur la touche Entrée.