1. 05 Jan, 2016 3 commits
  2. 04 Jan, 2016 12 commits
  3. 03 Jan, 2016 8 commits
  4. 02 Jan, 2016 9 commits
  5. 01 Jan, 2016 5 commits
  6. 31 Dec, 2015 3 commits
    • Tim Hockin's avatar
      field paths are JSON-style · 708fda26
      Tim Hockin authored
      708fda26
    • Justin Santa Barbara's avatar
      Ubernetes Lite: Volumes can dictate zone scheduling · f9a6ac07
      Justin Santa Barbara authored
      For AWS EBS, a volume can only be attached to a node in the same AZ.
      The scheduler must therefore detect if a volume is being attached to a
      pod, and ensure that the pod is scheduled on a node in the same AZ as
      the volume.
      
      So that the scheduler need not query the cloud provider every time, and
      to support decoupled operation (e.g. bare metal) we tag the volume with
      our placement labels.  This is done automatically by means of an
      admission controller on AWS when a PersistentVolume is created backed by
      an EBS volume.
      
      Support for tagging GCE PVs will follow.
      
      Pods that specify a volume directly (i.e. without using a
      PersistentVolumeClaim) will not currently be scheduled correctly (i.e.
      they will be scheduled without zone-awareness).
      f9a6ac07
    • k8s-merge-robot's avatar
      Merge pull request #19215 from Random-Liu/Reformat-TODOs · 7743a4ca
      k8s-merge-robot authored
      Auto commit by PR queue bot
      7743a4ca