Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCTP support implementation for Kubernetes #64973

Merged
merged 9 commits into from
Aug 28, 2018

Commits on Aug 27, 2018

  1. 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
    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a6da2b1 View commit details
    Browse the repository at this point in the history
  2. 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.
    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    e466bdc View commit details
    Browse the repository at this point in the history
  3. gofmt update

    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    cbe94df View commit details
    Browse the repository at this point in the history
  4. documents updated

    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f510a46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc16c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d8b1ef View commit details
    Browse the repository at this point in the history
  7. OpenAPI and gofmt updates

    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    af4cbbc View commit details
    Browse the repository at this point in the history
  8. hack/update-generated-protobuf.sh

    update
    janosi committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    0dbf9f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c7cc97 View commit details
    Browse the repository at this point in the history