translate tasks doc podpreset into Chinese

This commit is contained in:
lichuqiang
2017-11-02 15:02:18 +08:00
parent 8ff083b0f3
commit 1f49279e9a
13 changed files with 404 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: settings.k8s.io/v1alpha1
kind: PodPreset
metadata:
name: proxy
namespace: myns
spec:
selector:
matchLabels:
role: frontend
volumeMounts:
- mountPath: /etc/proxy/configs
name: proxy-volume
volumes:
- name: proxy-volume
emptyDir: {}