Skip to content

Commit aa5a255

Browse files
committed
[fr] Changed the command for Attaching to the shell container
1 parent 9bb5f9a commit aa5a255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fr/docs/tasks/configure-pod-container/share-process-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Le partage de l'espace de nommage du processus est activé en utilisant le champ
3434
1. Attachez-le au conteneur `shell` et lancez `ps` :
3535

3636
```shell
37-
kubectl attach -it nginx -c shell
37+
kubectl exec -it nginx -c shell -- /bin/sh
3838
```
3939

4040
Si vous ne verrez pas d'invite de commande, appuyez sur la touche Entrée.

0 commit comments

Comments
 (0)