We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede1b37 commit b837039Copy full SHA for b837039
content/id/docs/tasks/configure-pod-container/share-process-namespace.md
@@ -45,7 +45,7 @@ Pembagian _namespace_ proses (_Process Namespace Sharing_) diaktifkan menggunaka
45
2. Tempelkan kontainer `shell` dan jalankan perintah `ps`:
46
47
```shell
48
- kubectl attach -it nginx -c shell
+ kubectl exec -it nginx -c shell -- /bin/sh
49
```
50
51
Jika kamu tidak melihat _prompt_ perintah, kamu dapat menekan tombol enter:
0 commit comments