k3s/pkg/proxy
Laszlo Janosi a6da2b1472 K8s SCTP support implementation for the first pull request
The requested Service Protocol is checked against the supported protocols of GCE Internal LB. The supported protocols are TCP and UDP.

SCTP is not supported by OpenStack LBaaS. If SCTP is requested in a Service with type=LoadBalancer, the request is rejected. Comment style is also corrected.

SCTP is not allowed for LoadBalancer Service and for HostPort. Kube-proxy can be configured not to start listening on the host port for SCTP: see the new SCTPUserSpaceNode parameter

changed the vendor github.com/nokia/sctp to github.com/ishidawataru/sctp. I.e. from now on we use the upstream version.

netexec.go compilation fixed. Various test cases fixed

SCTP related conformance tests removed. Netexec's pod definition and Dockerfile are updated to expose the new SCTP port(8082)

SCTP related e2e test cases are removed as the e2e test systems do not support SCTP

sctp related firewall config is removed from cluster/gce/util.sh. Variable name sctp_addr is corrected to sctpAddr in pkg/proxy/ipvs/proxier.go

cluster/gce/util.sh is copied from master
2018-08-27 05:56:27 +00:00
..
apis/kubeproxyconfig K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00: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 K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
ipvs K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
metrics
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 K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
winuserspace K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
BUILD update bazel 2018-08-16 09:59:33 +08:00
OWNERS Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
doc.go
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 K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
types.go use versioned api in kube-proxy 2018-08-16 09:59:33 +08:00