Skip to content

Commit 30b42be

Browse files
committed
[id] fix: update deprecated command in code example
1 parent adeaea2 commit 30b42be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/id/docs/tasks/debug-application-cluster/get-shell-running-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Pada jendela (_window_) perintah biasa, bukan pada _shell_ kamu di dalam Contain
108108
lihatlah daftar variabel lingkungan (_environment variable_) pada Container yang sedang berjalan:
109109

110110
```shell
111-
kubectl exec shell-demo env
111+
kubectl exec shell-demo -- env
112112
```
113113

114114
Cobalah dengan menjalankan perintah lainnya. Berikut beberapa contohnya:

0 commit comments

Comments
 (0)