1. 20 Dec, 2016 22 commits
    • Jerzy Szczepkowski's avatar
      Added extra logging in validate cluster. · 134e91e3
      Jerzy Szczepkowski authored
      Added extra logging in validate cluster to help debug HA e2e tests.
      134e91e3
    • Kubernetes Submit Queue's avatar
      Merge pull request #39002 from YuPengZTE/devCluserm · 694417b0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix typo
      Signed-off-by: 's avataryupeng <yu.peng36@zte.com.cn>
      
      
      
      **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
      ```
      694417b0
    • Kubernetes Submit Queue's avatar
      Merge pull request #36009 from rkouj/GCE-PD-test · b3e57253
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Add test to detach a pd whose node was deleted
      
      **What this PR does / why we need it**:
      A test for the following issue :
      If a node with a GCE PD attached is deleted (before the volume is detached), subsequent attempts by the attach/detach controller to detach it should not fail.
      
      
      **Bonus** :Added additional code to ensure that the pd can still be attached to a different node.
      Edit : Removed it as it was making the test much slower.
      
      https://github.com/kubernetes/kubernetes/issues/29358
      b3e57253
    • Kubernetes Submit Queue's avatar
      Merge pull request #38547 from rkouj/make-unmount-operation-idempotent · aa86fca0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Unmount operation should not fail if volume is already unmounted
      
      **What this PR does / why we need it**:
      If the volume is already unmounted from the pod, another unmount operation should not fail.
      
      fixes:  https://github.com/kubernetes/kubernetes/issues/37657
      aa86fca0
    • yupeng's avatar
      fix typo · af2a1434
      yupeng authored
      Signed-off-by: 's avataryupeng <yu.peng36@zte.com.cn>
      af2a1434
    • Kubernetes Submit Queue's avatar
      Merge pull request #38935 from k82cn/remove_mesos_from_flags_exception · 503f3d8a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 38426, 38917, 38891, 38935)
      
      Remove cluster/mesos from hack/verify-flags/exceptions.txt
      
      `cluster/mesos` scripts was removed; so remove it from `hack/verify-flags/exceptions.txt`.
      
      The diff was generated by `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt`.
      503f3d8a
    • Kubernetes Submit Queue's avatar
      Merge pull request #38891 from krousey/gceimageupgrade · db5887aa
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 38426, 38917, 38891, 38935)
      
      Support different image during GCE node upgrade
      
      **What this PR does / why we need it**: It lets GCE upgrade tests upgrade to a GCI node image.
      
      **Which issue this PR fixes**: fixes #37855
      db5887aa
    • Kubernetes Submit Queue's avatar
      Merge pull request #38917 from foxyriver/if-statement-must-be-true · d373d1c4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 38426, 38917, 38891, 38935)
      
      if statement must be true
      
      **What this PR does / why we need it**:
      
      if len(metrics.Items)==0, the function would been returned. so the statement if len(metrics.Items) > 0 is redudant, it must be true.
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      ```
      d373d1c4
    • Kubernetes Submit Queue's avatar
      Merge pull request #38426 from abrarshivani/fix_lsi_logic_sas_bug · 9484212b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Changed default scsi controller type in vSphere Cloud Provider
      
      This PR changes default scsi controller to ```pvscsi``` in vSphere Cloud Provider. Fixes #37527
      9484212b
    • Kubernetes Submit Queue's avatar
      Merge pull request #36529 from apelisse/owners-pkg-apiserver · 2939c57b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/apiserver
      
      cc @lavalamp @smarterclayton @nikhiljindal
      
      In an effort to expand the existing pool of reviewers and establish a
      two-tiered review process (first someone lgtms and then someone
      experienced in the project approves), we are adding new reviewers to
      existing owners files.
      
      
      If You Care About the Process:
      ------------------------------
      
      We did this by algorithmically figuring out who’s contributed code to
      the project and in what directories.  Unfortunately, that doesn’t work
      well: people that have made mechanical code changes (e.g change the
      copyright header across all directories) end up as reviewers in lots of
      places.
      
      Instead of using pure commit data, we generated an excessively large
      list of reviewers and pruned based on all time commit data, recent
      commit data and review data (number of PRs commented on).
      
      At this point we have a decent list of reviewers, but it needs one last
      pass for fine tuning.
      
      Also, see https://github.com/kubernetes/contrib/issues/1389.
      
      TLDR:
      -----
      
      As an owner of a sig/directory and a leader of the project, here’s what
      we need from you:
      
      1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.
      
      2. The pull-request is made editable, please edit the `OWNERS` file to
      remove the names of people that shouldn't be reviewing code in the
      future in the **reviewers** section. You probably do NOT need to modify
      the **approvers** section. Names asre sorted by relevance, using some
      secret statistics.
      
      3. Notify me if you want some OWNERS file to be removed.  Being an
      approver or reviewer of a parent directory makes you a reviewer/approver
      of the subdirectories too, so not all OWNERS files may be necessary.
      
      4. Please use ALIAS if you want to use the same list of people over and
      over again (don't hesitate to ask me for help, or use the pull-request
      above as an example)
      2939c57b
    • Kubernetes Submit Queue's avatar
      Merge pull request #36531 from apelisse/owners-pkg-registry · 5084ae9f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/registry
      
      cc @lavalamp @smarterclayton @wojtek-t
      
      In an effort to expand the existing pool of reviewers and establish a
      two-tiered review process (first someone lgtms and then someone
      experienced in the project approves), we are adding new reviewers to
      existing owners files.
      
      
      If You Care About the Process:
      ------------------------------
      
      We did this by algorithmically figuring out who’s contributed code to
      the project and in what directories.  Unfortunately, that doesn’t work
      well: people that have made mechanical code changes (e.g change the
      copyright header across all directories) end up as reviewers in lots of
      places.
      
      Instead of using pure commit data, we generated an excessively large
      list of reviewers and pruned based on all time commit data, recent
      commit data and review data (number of PRs commented on).
      
      At this point we have a decent list of reviewers, but it needs one last
      pass for fine tuning.
      
      Also, see https://github.com/kubernetes/contrib/issues/1389.
      
      TLDR:
      -----
      
      As an owner of a sig/directory and a leader of the project, here’s what
      we need from you:
      
      1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.
      
      2. The pull-request is made editable, please edit the `OWNERS` file to
      remove the names of people that shouldn't be reviewing code in the
      future in the **reviewers** section. You probably do NOT need to modify
      the **approvers** section. Names asre sorted by relevance, using some
      secret statistics.
      
      3. Notify me if you want some OWNERS file to be removed.  Being an
      approver or reviewer of a parent directory makes you a reviewer/approver
      of the subdirectories too, so not all OWNERS files may be necessary.
      
      4. Please use ALIAS if you want to use the same list of people over and
      over again (don't hesitate to ask me for help, or use the pull-request
      above as an example)
      5084ae9f
    • Kubernetes Submit Queue's avatar
      Merge pull request #36526 from apelisse/owners-pkg-client · d21ec3c2
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/client
      
      cc @lavalamp @caesarxuchao @mikedanese @timothysc @smarterclayton @krousey @deads2k
      
      In an effort to expand the existing pool of reviewers and establish a
      two-tiered review process (first someone lgtms and then someone
      experienced in the project approves), we are adding new reviewers to
      existing owners files.
      
      
      If You Care About the Process:
      ------------------------------
      
      We did this by algorithmically figuring out who’s contributed code to
      the project and in what directories.  Unfortunately, that doesn’t work
      well: people that have made mechanical code changes (e.g change the
      copyright header across all directories) end up as reviewers in lots of
      places.
      
      Instead of using pure commit data, we generated an excessively large
      list of reviewers and pruned based on all time commit data, recent
      commit data and review data (number of PRs commented on).
      
      At this point we have a decent list of reviewers, but it needs one last
      pass for fine tuning.
      
      Also, see https://github.com/kubernetes/contrib/issues/1389.
      
      TLDR:
      -----
      
      As an owner of a sig/directory and a leader of the project, here’s what
      we need from you:
      
      1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.
      
      2. The pull-request is made editable, please edit the `OWNERS` file to
      remove the names of people that shouldn't be reviewing code in the
      future in the **reviewers** section. You probably do NOT need to modify
      the **approvers** section. Names asre sorted by relevance, using some
      secret statistics.
      
      3. Notify me if you want some OWNERS file to be removed.  Being an
      approver or reviewer of a parent directory makes you a reviewer/approver
      of the subdirectories too, so not all OWNERS files may be necessary.
      
      4. Please use ALIAS if you want to use the same list of people over and
      over again (don't hesitate to ask me for help, or use the pull-request
      above as an example)
      d21ec3c2
    • Kubernetes Submit Queue's avatar
      Merge pull request #36511 from apelisse/owners-hack-jenkins · cca2e415
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: hack/jenkins
      
      cc @rmmh @spxtr @ixdy @fejta
      
      In an effort to expand the existing pool of reviewers and establish a
      two-tiered review process (first someone lgtms and then someone
      experienced in the project approves), we are adding new reviewers to
      existing owners files.
      
      
      If You Care About the Process:
      ------------------------------
      
      We did this by algorithmically figuring out who’s contributed code to
      the project and in what directories.  Unfortunately, that doesn’t work
      well: people that have made mechanical code changes (e.g change the
      copyright header across all directories) end up as reviewers in lots of
      places.
      
      Instead of using pure commit data, we generated an excessively large
      list of reviewers and pruned based on all time commit data, recent
      commit data and review data (number of PRs commented on).
      
      At this point we have a decent list of reviewers, but it needs one last
      pass for fine tuning.
      
      Also, see https://github.com/kubernetes/contrib/issues/1389.
      
      TLDR:
      -----
      
      As an owner of a sig/directory and a leader of the project, here’s what
      we need from you:
      
      1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.
      
      2. The pull-request is made editable, please edit the `OWNERS` file to
      remove the names of people that shouldn't be reviewing code in the
      future in the **reviewers** section. You probably do NOT need to modify
      the **approvers** section. Names asre sorted by relevance, using some
      secret statistics.
      
      3. Notify me if you want some OWNERS file to be removed.  Being an
      approver or reviewer of a parent directory makes you a reviewer/approver
      of the subdirectories too, so not all OWNERS files may be necessary.
      
      4. Please use ALIAS if you want to use the same list of people over and
      over again (don't hesitate to ask me for help, or use the pull-request
      above as an example)
      cca2e415
    • Kubernetes Submit Queue's avatar
      Merge pull request #38875 from sttts/sttts-move-pkg-apiserver · e3a4a367
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      pkg/apiserver: split up monolithic package
      
      **Based on** https://github.com/kubernetes/kubernetes/pull/38191
      
      This is a first step to integrate pkg/apiserver with pkg/genericapiserver into a common package structure. For this
      - pkg/apiserver is cleaned up from code which does not belong there, 
      - split up into pkg/apiserver, pkg/apiserver/handlers{,/negotation,/helpers,/errors}
      e3a4a367
    • rkouj's avatar
      Use common unmount util func for TearDownAt() · c14d47df
      rkouj authored
      c14d47df
    • Kubernetes Submit Queue's avatar
      Merge pull request #38086 from tianshapjq/reduce-decode-times · 874fca65
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Reduce decode times by changing the kubectl.Filter(runtime.Object, *PrintOptions)'s return values
      
      **What this PR does / why we need it**:
      In kubectl/cmd/get.go, we use the function filterFuncs.Filter() to decode data and filter the object. But in the following function printer.PrintObj() decodes the data again.
      I made these modifications to reduce the decoding times by changing the filterFuncs.Filter()'s returned values. We can get the decoded object from this function and pass it to the following printer.PrintObj(), so not to waste time to decode again.
      874fca65
    • Daniel Smith's avatar
      Update OWNERS · 4de1287e
      Daniel Smith authored
      Remove people probably not interested in this code
      4de1287e
    • Antoine Pelisse's avatar
      f74183e1
    • Daniel Smith's avatar
      Update OWNERS · fdbec922
      Daniel Smith authored
      fdbec922
    • Antoine Pelisse's avatar
      dac49039
    • Daniel Smith's avatar
      Update OWNERS · ae461f8a
      Daniel Smith authored
      ae461f8a
    • Antoine Pelisse's avatar
      491fe7fd
  2. 19 Dec, 2016 18 commits