1. 30 Dec, 2016 5 commits
    • Chao Xu's avatar
    • Kubernetes Submit Queue's avatar
      Merge pull request #36527 from apelisse/owners-pkg-genericapiserver · ef44fa19
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Curating Owners: pkg/genericapiserver
      
      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)
      ef44fa19
    • Kubernetes Submit Queue's avatar
      Merge pull request #34302 from fraenkel/ssh_fix · 59626a9b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Ssh fix
      
      **What this PR does / why we need it**:
      Use the dial timeout provided by the SSH library to prevent the dangling connections.
      
      fixes #33472
      
      **Special notes for your reviewer**:
      I did not set the TCP Timeout or Deadlines. That will take more work but wasn't sure if it is needed. More importantly, I wasn't sure what values we would want to use.
      59626a9b
    • Kubernetes Submit Queue's avatar
      Merge pull request #39301 from xilabao/add-psp-example-to-local-up-cluster · f9d21533
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      create psp policy in local-up-cluster.sh
      
      run the command
      ```
      PSP_ADMISSION=true ALLOW_PRIVILEGED=true ALLOW_SECURITY_CONTEXT=true ALLOW_ANY_TOKEN=true ENABLE_RBAC=true RUNTIME_CONFIG="extensions/v1beta1=true,extensions/v1beta1/podsecuritypolicy=true" hack/local-up-cluster.sh
      ```
      create psp policies for rbac
      f9d21533
    • Kubernetes Submit Queue's avatar
      Merge pull request #38927 from luxas/remove_maintainer · 274a9f0f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Remove all MAINTAINER statements in the codebase as they are deprecated
      
      **What this PR does / why we need it**:
      ref: https://github.com/docker/docker/pull/25466
      
      **Release note**:
      
      ```release-note
      Remove all MAINTAINER statements in Dockerfiles in the codebase as they are deprecated by docker
      ```
      @ixdy @thockin (who else should be notified?)
      274a9f0f
  2. 29 Dec, 2016 19 commits
  3. 28 Dec, 2016 16 commits