1. 29 Nov, 2016 1 commit
  2. 28 Nov, 2016 25 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #35615 from jsafrane/fix-gluster-errors · 68cd97a5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Improve error logging in glusterfs provisioner
      
      - log `err` if it is known
      - unify log message style
      68cd97a5
    • Kubernetes Submit Queue's avatar
      Merge pull request #37481 from mwielgus/more-debug-ca-e2e · cbd87c3a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Add more debug information around strange failure in e2e tests
      
      To better understand problems in https://github.com/kubernetes/kubernetes/issues/33754. 
      
      cc: @fgrzadkowski @piosz
      cbd87c3a
    • Kubernetes Submit Queue's avatar
      Merge pull request #37478 from YuPengZTE/devMD037 · 7a57e80e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix the mistake type
      
      <!--  Thanks for sending a pull request!  Here are some tips for you:
      1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
      2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
      3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
      -->
      
      **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**:
      <!--  Steps to write your release note:
      1. Use the release-note-* labels to set the release note state (if you have access) 
      2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
      -->
      ```release-note
      ```
      Signed-off-by: 's avataryupeng <yu.peng36@zte.com.cn>
      7a57e80e
    • Kubernetes Submit Queue's avatar
      Merge pull request #37363 from nebril/example-typo-fix · 9ac1bcaa
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix notice in redis-slave example
      9ac1bcaa
    • Kubernetes Submit Queue's avatar
      Merge pull request #37319 from krzyzacy/kubelint · d9b339e3
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      eliminate kuberentes
      
      Luckily only caught one from echo!
      
      @kubernetes/test-infra-maintainers 
      
      <!--  Thanks for sending a pull request!  Here are some tips for you:
      1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
      2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
      3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
      -->
      
      **What this PR does / why we need it**:
      It's important, and really hard, to identify kuberentes from kubernetes. As a human being, one's brain tends to auto fix the spelling for you thus when a dev was staring at the log for a good 30-min or so he will start question about his life and belief.
      
      Luckily this is the only place in k/k, it's super important to fix it to avoid future pain.
      
      **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**:
      <!--  Steps to write your release note:
      1. Use the release-note-* labels to set the release note state (if you have access) 
      2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
      -->
      ```release-note
      ```
      d9b339e3
    • Kubernetes Submit Queue's avatar
      Merge pull request #34894 from allancaffee/patch-1 · b803a96a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Clean up some wording
      
      The wording felt a little clunky so I tried to smooth it out a little. Hopefully I maintained the author's intent.
      b803a96a
    • Kubernetes Submit Queue's avatar
      Merge pull request #37189 from brendandburns/typo · 2421e1e8
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix a typo I noticed while reading some code.
      2421e1e8
    • Kubernetes Submit Queue's avatar
      Merge pull request #34315 from seeekr/patch-1 · 7ee7cf5c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix typo in podaffinity.md
      7ee7cf5c
    • Kubernetes Submit Queue's avatar
      Merge pull request #36524 from apelisse/owners-pkg-apis · ded79887
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/apis
      
      cc @lavalamp @smarterclayton @erictune @thockin @bgrant0607
      
      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)
      ded79887
    • Kubernetes Submit Queue's avatar
      Merge pull request #36525 from apelisse/owners-pkg-api · 9b2d1760
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/api
      
      cc @lavalamp @smarterclayton @erictune @thockin @bgrant0607
      
      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)
      9b2d1760
    • Kubernetes Submit Queue's avatar
      Merge pull request #37120 from thockin/scary-warning-again · 626918aa
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Remove a few versioned-warnings that snuck in, again
      626918aa
    • Kubernetes Submit Queue's avatar
      Merge pull request #36699 from k82cn/update_bazel · 18b888b3
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Added comments on running update-bazel.sh in "$GOPATH/src/k8s.io/kubernetes"
      
      **What this PR does / why we need it**:
      
      This path made `hack/update-bazel.sh` to accept `$GOPATH` with multiple path.
      18b888b3
    • Kubernetes Submit Queue's avatar
      Merge pull request #36978 from tanshanshan/err-fix · 0e27a094
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      fix error description
      
      <!--  Thanks for sending a pull request!  Here are some tips for you:
      1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
      2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
      3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
      -->
      
      **What this PR does / why we need it**:
      
      Fix error description.
      
      Thanks
      
      **Special notes for your reviewer**:
      
      **Release note**:
      <!--  Steps to write your release note:
      1. Use the release-note-* labels to set the release note state (if you have access) 
      2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
      -->
      ```release-note
      ```
      0e27a094
    • Kubernetes Submit Queue's avatar
      Merge pull request #36975 from xiangpengzhao/fix-design-doc · 29c013ae
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix container to pod in resource-qos.md
      
      `...then the container is classified as Guaranteed.`
      Here `container` should be `pod`.
      29c013ae
    • Kubernetes Submit Queue's avatar
      Merge pull request #36634 from thockin/reviewable-doc · 2659edf5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Add reviewable notes to CONTRIBUTING
      
      @kubernetes/contributor-experience
      2659edf5
    • Kubernetes Submit Queue's avatar
      Merge pull request #36715 from humblec/glusterfs-doc-update · 22fc6641
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Update gluster setup readme.
      
      Referring gluster setup guide to official glusterfs documentation. 
      Signed-off-by: 's avatarHumble Chirammal <hchiramm@redhat.com>
      22fc6641
    • Kubernetes Submit Queue's avatar
      Merge pull request #36513 from apelisse/owners-build-tools-kube-dns · 053464c9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: build-tools/kube-dns
      
      cc @thockin @artfulcoder
      
      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)
      053464c9
    • Kubernetes Submit Queue's avatar
      Merge pull request #36523 from apelisse/owners-pkg-proxy · 919dfc42
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/proxy
      
      cc @thockin
      
      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)
      919dfc42
    • Kubernetes Submit Queue's avatar
      Merge pull request #36590 from thockin/contrib-doc · 3406000a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Add CONTRIBUTING section on build
      
      @kubernetes/contributor-experience
      3406000a
    • Kubernetes Submit Queue's avatar
      Merge pull request #36717 from xialonglee/update-bazel.md · b93ac7c9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      update gazel usage in bazel.md
      
      **What this PR does / why we need it**:
      Now run the newest gazel have to specify the '-root' argument to update a single BUILD file.
      So updated the gazel usage.
      b93ac7c9
    • Kubernetes Submit Queue's avatar
      Merge pull request #36354 from bboreham/fed-readme-links · 968aae02
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix doc links in Federation readme
      
      **What this PR does / why we need it**:
      
      The user guide and admin guide links were swapped round
      
      **Release note**: NONE
      968aae02
    • Kubernetes Submit Queue's avatar
      Merge pull request #36900 from vwfs/volume_reconciler_verbosity · e9411841
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Reduce verbosity of volume reconciler
      
      **What this PR does / why we need it**:
      It reduces the log verbosity for attaching of volumes
      
      **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
      Reduce verbosity of volume reconciler when attaching volumes
      ```
      
      Set logging level for information about attaching of volumes to from 1 to 4
      Otherwise the log is spammed with one line per 100ms while attaching is
      in progress and afterwards as long as the volume is attached.
      e9411841
    • Kubernetes Submit Queue's avatar
      Merge pull request #32817 from jeffvance/pv-binding-doc · 6e4bc542
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      update binding details to design/persistent-storage doc
      
      Scroll down to "Matching and binding" (there is no TOC).
      An issue I see is that this level of detail may get stale quickly and there is no built-in mechanism to update this doc when the binding code changes. However, several people on my team, from time to time, want to know greater details about binding rules, eg. for test writing, updating/creating other docs, etc.
      
      PTAL @jsafrane @pmorie @copejon
      
      If it's decided this type of content (high level overview of an algorithm/implementation) is useful, but docs/design/ is not the right location, perhaps a new dir can be created for this type of content?
      6e4bc542
    • Kubernetes Submit Queue's avatar
      Merge pull request #29793 from quinton-hoole/2016-07-29-federated-ingress-design-proposal · 3907da38
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Federated Ingress Proposal
      
      cc: @kubernetes/sig-cluster-federation @mfanjie
      3907da38
    • Saad Ali's avatar
      Merge pull request #37441 from kubernetes/revert-37356-jszczepkowski-ha-feature · 2d4b96d4
      Saad Ali authored
      Added "feature" tag to HA master tests.
      2d4b96d4
  3. 25 Nov, 2016 2 commits
  4. 24 Nov, 2016 7 commits
  5. 23 Nov, 2016 5 commits