1. 22 May, 2017 21 commits
  2. 21 May, 2017 10 commits
    • Michelle Au's avatar
      Generated code for local persistent volumes · 936269a2
      Michelle Au authored
      936269a2
    • Michelle Au's avatar
      API changes for persistent local volumes. · d848be19
      Michelle Au authored
      Includes:
      - A new volume type, LocalVolumeSource.  This only supports
      file-based local volumes for now.
      - New alpha annotation in PV: NodeAffinity
      - Validation + tests for specifying LocalVolumeSource and PV
      NodeAffinity
      - Alpha feature gate
      d848be19
    • shiywang's avatar
      8fe3db70
    • Kubernetes Submit Queue's avatar
      Merge pull request #46179 from zjj2wry/pvc_example · f0e5a999
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix typo
      
      **What this PR does / why we need it**:
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      ```
      f0e5a999
    • Kubernetes Submit Queue's avatar
      Merge pull request #45496 from andyxning/fix_pleg_relist_time · c1f8fcd9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix pleg relist time
      
      This PR fix pleg reslist time. According to current implementation, we have a `Healthy` method periodically check the relist time. If current timestamp subtracts latest relist time is longer than `relistThreshold`(default is 3 minutes), we should return an error to indicate the error of runtime.
      
      `relist` method is also called periodically. If runtime(docker) hung, the relist method should return immediately without updating the latest relist time. If we update latest relist time no matter runtime(docker) hung(default timeout is 2 minutes), the `Healthy` method will never return an error.
      
      ```release-note
      Kubelet PLEG updates the relist timestamp only after successfully relisting.
      ```
      
      /cc @yujuhong @Random-Liu @dchen1107
      c1f8fcd9
    • Kubernetes Submit Queue's avatar
      Merge pull request #38959 from Gradiant/master · 39308b89
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Adapt loadbalancer deleting/updating when using cloudprovider openstack in openstack/liberty
      
      **What this PR does / why we need it**:
      Make an extra verification on the returned listeners and pools because gophercloud query doesn't filter the results by loadbalancerID / listenerID respectively when using **openstack/librerty**.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      #33759 
      **Special notes for your reviewer**:
      #33759 it's supposed to have a pull request which fixes this problem but in the release  1.5 loadbalancers doesn't use that patched code.
      **Release note**:
      
      NONE
      ```release-note
      ```
      39308b89
    • Kubernetes Submit Queue's avatar
      Merge pull request #46025 from billy2180/bump-netexec-pod-xml-to-1.7 · ba4c8b8d
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Bump e2e netexec pod.xml image version to 1.7
      
      Changing the image version from 1.5 to 1.7
      ba4c8b8d
    • zhengjiajin's avatar
      fix typo · 5ab80f85
      zhengjiajin authored
      5ab80f85
    • Kubernetes Submit Queue's avatar
      Merge pull request #45933 from smarterclayton/secret_reuse · 336fb2f5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Move the remaining controllers to shared informers
      
      Completes work done in 1.6 to move the last two hold outs to shared informers - tokens controller and scheduler. Adds a few more tools to allow informer reuse (like filtering the informer, or maintaining a mutation cache).
      
      The mutation cache is identical to #45838 and will be removed when that merges
      
      @ncdc @deads2k extracted from openshift/origin#14086
      336fb2f5
    • Clayton Coleman's avatar
      generated: bazel · ad720cc6
      Clayton Coleman authored
      ad720cc6
  3. 20 May, 2017 9 commits