Bug 1784492
| Summary: | The sctp feature is not available in the LatencySensitive featureset | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Federico Paolinelli <fpaoline> | |
| Component: | Networking | Assignee: | Casey Callendrello <cdc> | |
| Networking sub component: | openshift-sdn | QA Contact: | Weibin Liang <weliang> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | urgent | |||
| Priority: | urgent | CC: | aos-bugs, augol, fsimonce, mfojtik, nagrawal, ncredi, scuppett | |
| Version: | 4.3.0 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1785419 (view as bug list) | Environment: | ||
| Last Closed: | 2020-05-04 11:20:24 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1771572, 1785419 | |||
|
Description
Federico Paolinelli
2019-12-17 15:17:57 UTC
There is also an open PR about that https://github.com/openshift/api/pull/550 Will need a 4.3.z clone when fix is accepted for backport. Additional notes: This should related only to the apiserver, confirmed by the fact that SCTP works properly when using the default featureset. Below the two PRs that were merged in order to get it work with the default featureset: https://github.com/openshift/api/pull/504 https://github.com/openshift/cluster-kube-apiserver-operator/pull/658 Different feature gates involve different teams. Though they all are defined in above repos, per https://github.com/openshift/api/pull/554/files#diff-a5a3801c705742637eeef3b8e7d76bb8R134 it is sig-network, therefore moving component accordingly. https://github.com/openshift/cluster-kube-apiserver-operator/pull/702 got merged, so 4.4 is ready to be tested as soon as the nightly is built. Tested and verified in 4.4.0-0.nightly-2020-01-06-072200
[root@dhcp-41-193 .git]# oc get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
sctpserver NodePort 172.30.140.177 <none> 30100:30100/SCTP 2s
[root@dhcp-41-193 .git]# oc get svc -o yaml
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2020-01-06T18:53:47Z"
labels:
app: sctpserver
name: sctpserver
namespace: sctp-demo
resourceVersion: "50515"
selfLink: /api/v1/namespaces/sctp-demo/services/sctpserver
uid: 38a88d10-bc34-43f0-8502-fb8ce4beebe2
spec:
clusterIP: 172.30.140.177
externalTrafficPolicy: Cluster
ports:
- name: sctpserver
nodePort: 30100
port: 30100
protocol: SCTP
targetPort: sctpserver
selector:
app: sctpserver
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""
selfLink: ""
[root@dhcp-41-193 .git]#
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |