-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 for Services, Pod, Endpoint, and NetworkPolicy #614
Comments
/milestone v1.12 |
/assign @janosi |
/stage alpha |
Hi folks, We are also now encouraging that every new enhancement aligns with a KEP. If a KEP has been created, please link to it in the original post. Please take the opportunity to develop a KEP. |
Hello @ameukam, I am not sure I understand :) The feature's implementation has been merged into 1.12 with the PR @justaugustus referenced above, and it is indeed in that release as alpha feature, including the documentation Thanks! |
Hi @janosi, apologies for your confusion. The idea is to identify what is the target of this enhancement |
@janosi if you are saying that #64973 has fixed this issue, should this issue be closed? |
Feature issues remain open through to GA stage. |
@ameukam Thank you for the clarification! I am fine to keep it as alpha in 1.13 - thought it would be great to understand how much time/releases I have to mature to beta/GA before my feature is removed. Thank you! |
/milestone clear |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm the Enhancement Lead for 1.15. Is this feature going to be graduating alpha/beta/stable stages in 1.15? Please let me know so it can be tracked properly and added to the spreadsheet. Once coding begins, please list all relevant k/k PRs in this issue so they can be tracked properly. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@janosi Thank you for the PR, I have updated the enhancement tracker sheet accordingly. |
Hi @janosi -- just wanted to check in about the progress of the enhancement. I saw that kubernetes/kubernetes#88932 has been merged 🎉 . Do you have any other PRs for the graduation of this enhancement? Or, is the graduation criteria is complete for this cycle? The release timeline has been revised recently, more details of which can be found here. Please let me know if you have any questions. 🙂 The revised release schedule is:
|
Hello @palnabarun. There is the doc PR only waiting for further possible comments or merge, nothing else. Thank you! |
Hi @janosi 👋, thank you for the update. 🙂 |
Hi @janosi Enhancements Lead here. Are there any plans to graduate this to stable in 1.20? Thanks! |
Yes; all the e2e tests have merged now, so per the KEP we just need to get some passing results from network plugins and then this can move to GA |
Great thanks for the update! /milestone v1.20 |
@danwinship here are the sonobuoy results for the Antrea plugin when running with some extra details on how I ran the tests: > kubectl version
Client Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.6-beta.0", GitCommit:"e7f962ba86f4ce7033828210ca3556393c377bcc", GitTreeState:"clean", BuildDate:"2020-01-15T08:26:26Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2", GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean", BuildDate:"2020-09-16T13:32:58Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
> ./sonobuoy version
Sonobuoy Version: v0.19.0
MinimumKubeVersion: 1.17.0
MaximumKubeVersion: 1.19.99
GitSHA: e03f9ee353717ccc5f58c902633553e34b2fe46a
> kubectl apply -f https://github.com/vmware-tanzu/antrea/releases/download/v0.10.0/antrea.yml
> kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
k8s-node-master Ready master 13m v1.19.2 192.168.77.100 <none> Ubuntu 18.04.3 LTS 4.15.0-72-generic docker://19.3.13
k8s-node-worker-1 Ready <none> 10m v1.19.2 192.168.77.101 <none> Ubuntu 18.04.3 LTS 4.15.0-72-generic docker://19.3.13
k8s-node-worker-2 Ready <none> 7m32s v1.19.2 192.168.77.102 <none> Ubuntu 18.04.3 LTS 4.15.0-72-generic docker://19.3.13
> ./sonobuoy run --e2e-focus="SCTPConnectivity" --e2e-skip="" --kube-conformance-image-version=v1.20.0-alpha.1 --wait
INFO[0000] created object name=sonobuoy namespace= resource=namespaces
INFO[0000] created object name=sonobuoy-serviceaccount namespace=sonobuoy resource=serviceaccounts
INFO[0000] created object name=sonobuoy-serviceaccount-sonobuoy namespace= resource=clusterrolebindings
INFO[0000] created object name=sonobuoy-serviceaccount-sonobuoy namespace= resource=clusterroles
INFO[0000] created object name=sonobuoy-config-cm namespace=sonobuoy resource=configmaps
INFO[0000] created object name=sonobuoy-plugins-cm namespace=sonobuoy resource=configmaps
INFO[0001] created object name=sonobuoy namespace=sonobuoy resource=pods
INFO[0001] created object name=sonobuoy-aggregator namespace=sonobuoy resource=services
> ./sonobuoy retrieve
202009252249_sonobuoy_7979918d-3e1b-4fb4-80a1-c56933312b88.tar.gz
> ./sonobuoy results 202009252249_sonobuoy_7979918d-3e1b-4fb4-80a1-c56933312b88.tar.gz
Plugin: e2e
Status: passed
Total: 5230
Passed: 5
Failed: 0
Skipped: 5225
Plugin: systemd-logs
Status: passed
Total: 3
Passed: 3
Failed: 0
Skipped: 0 I used the
Let me know if I need to upload these somewhere else. I am happy to provide more information / run additional tests if necessary. |
Output of running the current git master
(The two SCTP-related tests that got skipped were |
Hi all, 1.20 Enhancement shadow here 👋 Since this Enhancement is scheduled to be in 1.20, please keep in mind these important upcoming dates: As a reminder, please link all of your k/k PR as well as docs PR to this issue so we can track them. Thank you! |
Updated to GA in k/k, kubernetes/kubernetes#95566. |
Sorry @danwinship! You are all good. |
This is awesome @danwinship !!! I see the PR: #2107 marking it as GA which looks good. Even after that merges, we'll leave this issue open for tracking purposes and close it out when the release is finished. Thanks again!! |
Still waiting for that PR to merge marking this implementable, just pinged on it, hopefully we can get it in soon :) |
Got the PR merged (#2107), @danwinship feel free to close this issue :) |
/close |
@danwinship: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Feature Description
The text was updated successfully, but these errors were encountered: