[fr] Changed the command for Attaching to the shell container

pull/48324/head
Arhell 2024-10-14 00:06:08 +03:00
parent 9bb5f9a831
commit aa5a255c45
1 changed files with 1 additions and 1 deletions

View File

@ -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.