Skip to content

Commit 9aa26d8

Browse files
authored
Merge pull request #43630 from Arhell/id-fix
[id] fix: update deprecated command in code example
2 parents fc0d3d2 + 30b42be commit 9aa26d8

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)