Bug 1753649
Summary: | 3.11: Recreating recently deleted NodePort service results in 'port is already allocated' error | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Robson <mrobson> | |
Component: | kube-apiserver | Assignee: | Stefan Schimanski <sttts> | |
Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> | |
Severity: | high | Docs Contact: | ||
Priority: | low | |||
Version: | 3.11.0 | CC: | aos-bugs, mfojtik, sttts | |
Target Milestone: | --- | Keywords: | Reopened | |
Target Release: | 3.11.z | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1848379 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-27 13:49:10 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: | 1848379 | |||
Bug Blocks: |
Description
Matthew Robson
2019-09-19 14:10:32 UTC
This bug hasn't had any engineering activity in the last ~30 days. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're marking this bug as "LifecycleStale". If you have further information on the current state of the bug, please update it and remove the "LifecycleStale" keyword, otherwise this bug will be automatically closed in 7 days. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. The bug is still relevant. The is a PR open looking to address it. https://github.com/kubernetes/kubernetes/pull/89937 This bug hasn't had any activity 7 days after it was marked as LifecycleStale, so we are closing this bug as WONTFIX. If you consider this bug still valuable, please reopen it or create new bug. https://github.com/kubernetes/kubernetes/pull/89937 is in the merge queue upstream finally. Created a pick for 3.11. If it works without huge effort, we are fine. If not, this is probably not going to happen. Per https://github.com/kubernetes/kubernetes/pull/89937 , need a 3.11 cluster that has 3 masters to verify. Currently on hand 3.11 envs are 1 master clusters. Will launch HA cluster tomorrow to verify. Verified in 3.11.248 HA cluster: $ cat test.sh echo "`date` begins" ./oc delete svc nodeport-test while ! ./oc create -f nodeport.yml; do echo "`date` failed" done $ i=0 $ while true; do bash test.sh let i+=1 echo "time: $i" echo done |& tee test.log # after many loop times in above script, search "failed", no "failed", means the bug is also not reproduced. $ vi test.log 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:2990 |