941f8d1ce4
* zh_trans: kubeadm-upgrade-1-12.md * update file * Update _index.md * Delete _index.md * Update kubeadm-upgrade-1-12.md * zh_trans: docs/reference/setup-tools/kubeadm/generated/kubeadm_config.md * Update kubeadm_config.md * zh_trans: fix Preview * zh_trans: fix Preview
15 lines
238 B
YAML
15 lines
238 B
YAML
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
|