Move Guide toic to Tasks: kubectl exec.

This commit is contained in:
steveperry-53
2017-02-13 15:03:37 -08:00
committed by steveperry-53
parent f348728060
commit 2e3758381d
4 changed files with 165 additions and 66 deletions
+14
View File
@@ -0,0 +1,14 @@
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