Merge pull request #30328 from ClaudiaJKang/ko-30038

[ko] Translate docs/tasks/debug-application-cluster/get-shell-running-container.md in Korean
This commit is contained in:
Kubernetes Prow Robot
2021-11-06 06:50:51 -07:00
committed by GitHub
2 changed files with 174 additions and 0 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: shell-demo
spec:
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: nginx
image: nginx
volumeMounts:
- name: shared-data
mountPath: /usr/share/nginx/html
hostNetwork: true
dnsPolicy: Default