1. 26 Oct, 2017 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #48996 from k82cn/remove_nc_old_code · 38cb5690
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 53760, 48996, 51267, 54414). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Removed compatibality code for kubelet 1.2.
      
      **What this PR does / why we need it**:
      The next release is 1.8, it's time to remove the backward compatibility code for kubelet 1.2.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48995 
      
      **Release note**:
      ```release-note
      The NodeController will not support kubelet 1.2.
      ```
      38cb5690
    • Kubernetes Submit Queue's avatar
      Merge pull request #53760 from m1093782566/session-ci · 152e23ca
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 53760, 48996, 51267, 54414). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Fix CI error for service session affinity
      
      **What this PR does / why we need it**:
      
      Fix CI error for service session affinity -- debug
      
      **Which issue this PR fixes**: 
      
      fixes #53741
      
      **Special notes for your reviewer**:
      
      I remove the [slow] tag so that these test cases can be run in PR request. We may need to add back the [slow] tag when this PR is ready to get in.
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      152e23ca
  2. 25 Oct, 2017 38 commits