1. 06 Apr, 2017 13 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #43137 from shashidharatd/federation-domain · b41e415e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      [Federation] Remove FEDERATIONS_DOMAIN_MAP references
      
      Remove all references to FEDERATIONS_DOMAIN_MAP as this method is no longer is used and is replaced by adding federation domain map to kube-dns configmap.
      
      cc @madhusudancs @kubernetes/sig-federation-pr-reviews 
      
      **Release note**:
      ```
      [Federation] Mechanism of adding `federation domain maps` to kube-dns deployment via `--federations` flag is superseded by adding/updating `federations` key in `kube-system/kube-dns` configmap. If user is using kubefed tool to join cluster federation, adding federation domain maps to kube-dns is already taken care by `kubefed join` and does not need further action.
      ```
      b41e415e
    • Kubernetes Submit Queue's avatar
      Merge pull request #44108 from csbell/fed-disable-orphan · aeac661b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      [Federation] Use cascading deletion when deleting resources in underlying clusters
      
      The Federation control plane issues a delete command unless it wants to orphan the underlying per-cluster resource. When issuing that command, always set the orphanDependents to false.
      
      /release-note-none
      /sig-federation
      aeac661b
    • Kubernetes Submit Queue's avatar
      Merge pull request #43972 from thockin/fix-43969-proxy-filter-input · bc8a7556
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      kube-proxy: filter INPUT as well as OUTPUT
      
      We need to apply filter rules on the way in (nodeports) and out (cluster
      IPs).  Testing here is insufficient to have caught this - will come back
      for that.
      
      Fixes #43969
      
      @justinsb since you have the best repro, can you test?  It passes what I think is repro.
      
      @ethernetdan we will want this in 1.6.x
      
      ```release-note
      Fix bug with service nodeports that have no backends not being rejected, when they should be.  This is not a regression vs v1.5 - it's a fix that didn't quite fix hard enough.
      ```
      bc8a7556
    • Kubernetes Submit Queue's avatar
      Merge pull request #43447 from NickrenREN/vm-updateStates · 422497b4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 42141, 43447)
      
      Fix AddPodToVolume: Change arg to volumeGidValue instead of devicePath
      
      **Release note**:
      ```release-note
      NONE
      ```
      422497b4
    • Kubernetes Submit Queue's avatar
      Merge pull request #42141 from timchenxiaoyu/typofix · 9602aa9d
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 42141, 43447)
      
      fix typo
      
      retries and hierarchy  typo error
      9602aa9d
    • Kubernetes Submit Queue's avatar
      Merge pull request #43432 from NickrenREN/vmmanager-cleanup · d661ea97
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      cleanup: remove TODO(resolved) and var(unused)
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      d661ea97
    • Kubernetes Submit Queue's avatar
      Merge pull request #42964 from k82cn/update_defalt_toleration_sec · e3e44b77
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44084, 42964)
      
      Updated AddOrUpdateTolerationInPod to return bool only.
      
      Updated AddOrUpdateTolerationInPod to return bool only, as there's no case to generate error (the error was used for annotation, it'll not return error after moving to field); and also update admission & daemonset accordingly.
      e3e44b77
    • Kubernetes Submit Queue's avatar
      Merge pull request #44084 from nikhiljindal/removeFinalizers · 586e6d03
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44084, 42964)
      
      Removing both finalizers in federation controllers in a single update
      
      Fixes https://github.com/kubernetes/kubernetes/issues/43828
      
      There is a bug right now where the controller fails to delete the object if one finalizer is removed and the second isnt.
      This updates the code so that both the finalizers are removed in a single API call. Kept the code changes minimum to enable cherrypick in 1.6.x
      
      cc @csbell @kubernetes/sig-federation-bugs
      586e6d03
    • nikhiljindal's avatar
      Autogenerated bazel changes · 607d3413
      nikhiljindal authored
      607d3413
    • nikhiljindal's avatar
    • Kubernetes Submit Queue's avatar
      Merge pull request #44109 from cblecker/swagger-hack-fix · b983cc76
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44104, 43903, 44109)
      
      Update gen_api_ref_docs to use same diff method as verify
      
      **What this PR does / why we need it**:
      Fixes an issue where there is a discrepancy between the update and verify diff methods for the api-reference-docs. This can create a situation where verify will see changes, but update won't fix them.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #31129
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      b983cc76
    • Kubernetes Submit Queue's avatar
      Merge pull request #43903 from xilabao/use-StringArray-for-user · 3160d728
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44104, 43903, 44109)
      
      use StringArray in create rolebindings
      
      @liggitt I think maybe you like this.
      
      ```release-note
      `kubectl create rolebinding` and `kubectl create clusterrolebinding` no longer allow specifying multiple subjects as comma-separated arguments. Use repeated `--user`, `--group`, or `--serviceaccount` arguments to specify multiple subjects. 
      ```
      3160d728
    • Kubernetes Submit Queue's avatar
      Merge pull request #44104 from krousey/upgrades · 77426496
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44104, 43903, 44109)
      
      Make sure Teardown is called.
      
      This will ensure that tests get a chance to clean up resources even if
      setup failed part way through.
      77426496
  2. 05 Apr, 2017 27 commits