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,19 @@
apiVersion: settings.k8s.io/v1alpha1
kind: PodPreset
metadata:
name: allow-database
namespace: myns
spec:
selector:
matchLabels:
role: frontend
env:
- name: DB_PORT
value: "6379"
volumeMounts:
- mountPath: /cache
name: other-volume
volumes:
- name: other-volume
emptyDir: {}