1. 14 Aug, 2018 1 commit
  2. 13 Aug, 2018 5 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66704 from liangwenguo/comment_error · fbb2dfcc
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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>.
      
      Correct spelling errors in the comments
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      fbb2dfcc
    • Kubernetes Submit Queue's avatar
      Merge pull request #67201 from SneakyFish5/fix-link · d745508c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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 OpenAPI link
      
      **What this PR does / why we need it**:
      Fix OpenAPI broken link
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      d745508c
    • Kubernetes Submit Queue's avatar
      Merge pull request #65796 from zhangxiaoyu-zidif/patch-9 · 3b4eb0a4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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>.
      
      update hcsshim dependency to v0.6.11
      
      Updated hcsshim dependency to v0.6.11
      
      
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      3b4eb0a4
    • Kubernetes Submit Queue's avatar
      Merge pull request #67306 from dougm/vcp-test-ca · f35065bf
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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>.
      
      vsphere: enable TestInvalidCaCert
      
      This test can be enabled now with the govmomi vendor update in 5c44fd87
      
      **What this PR does / why we need it**:
      
      Enables a test that had been skipped due to vendor dependency.
      
      ```release-note
      NONE
      ```
      f35065bf
    • Kubernetes Submit Queue's avatar
      Merge pull request #65803 from honkiko/ipvs-add-addrtype-match · 4492337d
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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>.
      
      ipvs: add addrtype match for nodeport
      
      **What this PR does / why we need it**:
      before this PR:
      ```
      -A KUBE-SERVICES -m comment --comment "Kubernetes nodeport TCP port for masquerade purpose" -m set --match-set KUBE-NODE-PORT-TCP dst -j KUBE-NODE-PORT
      -A KUBE-SERVICES -m comment --comment "Kubernetes service cluster ip + port for masquerade purpose" -m set --match-set KUBE-CLUSTER-IP dst,dst -j KUBE-MARK-MASQ
      -A KUBE-SERVICES -m set --match-set KUBE-CLUSTER-IP dst,dst -j ACCEPT
      -A KUBE-NODE-PORT -p tcp -m comment --comment "Kubernetes nodeport TCP port with externalTrafficPolicy=local" -m set --match-set KUBE-NODE-PORT-LOCAL-TCP dst -j RETURN
      -A KUBE-NODE-PORT -j KUBE-MARK-MASQ
      ```
      after this PR:
      ```
      -A KUBE-NODE-PORT -p tcp -m comment --comment "Kubernetes nodeport TCP port with externalTrafficPolicy=local" -m set --match-set KUBE-NODE-PORT-LOCAL-TCP dst -j RETURN
      -A KUBE-NODE-PORT -p tcp -m comment --comment "Kubernetes nodeport TCP port for masquerade purpose" -m set --match-set KUBE-NODE-PORT-TCP dst -j KUBE-MARK-MASQ
      -A KUBE-SERVICES -m comment --comment "Kubernetes service cluster ip + port for masquerade purpose" -m set --match-set KUBE-CLUSTER-IP dst,dst -j KUBE-MARK-MASQ
      -A KUBE-SERVICES -m set --match-set KUBE-CLUSTER-IP dst,dst -j ACCEPT
      -A KUBE-SERVICES -m addrtype --dst-type LOCAL -j KUBE-NODE-PORT
      ```
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #65459
      
      **Special notes for your reviewer**:
      manually tested cases:
      - ClusterIP distributed to pod on same node
      - ClusterIP distributed to pod on other node
      - NodePort distributed to pod on same node
      - NodePort distributed to pod on other node
      
      **Release note**:
      
      ```release-note
      
      ```
      4492337d
  3. 12 Aug, 2018 1 commit
  4. 11 Aug, 2018 18 commits
  5. 10 Aug, 2018 15 commits