Skip to content

Commit 5b8e99c

Browse files
authored
Merge pull request #48324 from Arhell/fr-change
[fr] Changed the command for Attaching to the shell container
2 parents 06c5647 + aa5a255 commit 5b8e99c

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)