Advertisement
Ajay191191

Untitled

Mar 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. status:
  2.   message: successfully deployed all sub-resources
  3.   state: Running
  4.   volumes:
  5.   - id: vol1
  6.     message: success
  7.     nodeAffinity:
  8.       requiredDuringSchedulingIgnoredDuringExecution:
  9.         nodeSelectorTerms:
  10.         - matchExpressions:
  11.           - key: kubernetes.io/hostname
  12.             operator: In
  13.             values:
  14.            - cluster-node-1
  15.     volumeSource:
  16.       hostPath:
  17.         path: /var/datasets/kvc-resource-f0e5a3ba-1744-11e8-a808-0a580a44065b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement