k3s/pkg/proxy
Kubernetes Submit Queue 2eb14e3007
Merge pull request #64973 from nokia/k8s-sctp
Automatic merge from submit-queue (batch tested with PRs 67694, 64973, 67902). 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>.

SCTP support implementation for Kubernetes

**What this PR does / why we need it**: This PR adds SCTP support to Kubernetes, including Service, Endpoint, and NetworkPolicy.

**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 #44485

**Special notes for your reviewer**:

**Release note**:

```release-note

SCTP is now supported as additional protocol (alpha) alongside TCP and UDP in Pod, Service, Endpoint, and NetworkPolicy.  

```
2018-08-28 07:21:18 -07:00
..
apis/config update autogenerated file 2018-08-28 09:14:27 +08:00
config update bazel 2018-08-16 09:59:33 +08:00
healthcheck Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
iptables gofmt update 2018-08-27 05:59:50 +00:00
ipvs gofmt update 2018-08-27 05:59:50 +00:00
metrics add proxy metrics in app level 2017-10-16 21:10:51 +08:00
userspace K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
util K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
winkernel api -> v1 error corrected in pkg/proxy/winkernel/proxier.go 2018-08-27 05:59:50 +00:00
winuserspace K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
BUILD Move pkg/proxy/apis/kubeproxyconfig to pkg/proxy/apis/config 2018-08-27 10:30:42 +08:00
OWNERS Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00
endpoints_test.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00
service.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00
service_test.go Changes according to the approved KEP. SCTP is supported for HostPort and LoadBalancer. Alpha feature flag SCTPSupport controls the support of SCTP. Kube-proxy config parameter is removed. 2018-08-27 05:58:36 +00:00
types.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00