Bug 1745567
| Summary: | Project stuck in Terminating | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michal Fojtik <mfojtik> |
| Component: | kube-controller-manager | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED WORKSFORME | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.0 | CC: | aos-bugs, eparis, jnaess, jokerman, maszulik, mfojtik, xxia, yinzhou |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1743273 | Environment: | |
| Last Closed: | 2019-09-04 13:28:59 UTC | Type: | --- |
| 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: | 1743273 | ||
|
Description
Michal Fojtik
2019-08-26 11:24:05 UTC
Can QA verify if this bug is reproducible in 4.2? Confirmed with payload : 4.2.0-0.nightly-2019-08-25-233755, when delete project with finalizers, as normal user could not see the project , but can't recreate the same name project:
[root@dhcp-140-138 yamlfile]# oc whoami
testuser-45
[root@dhcp-140-138 yamlfile]# oc get project
No resources found.
[root@dhcp-140-138 yamlfile]# oc new-project fftest
Error from server (AlreadyExists): project.project.openshift.io "fftest" already exists
As cluster-admin we still could see the project with status : Terminating.
[root@192 yamlfile]# oc whoami
system:admin
[root@192 yamlfile]# oc get project fftest
NAME DISPLAY NAME STATUS
fftest Terminating
[root@192 yamlfile]# oc get project fftest -o yaml
apiVersion: project.openshift.io/v1
kind: Project
metadata:
annotations:
openshift.io/description: ""
openshift.io/display-name: ""
openshift.io/requester: testuser-45
openshift.io/sa.scc.mcs: s0:c28,c22
openshift.io/sa.scc.supplemental-groups: 1000800000/10000
openshift.io/sa.scc.uid-range: 1000800000/10000
creationTimestamp: "2019-08-27T06:42:07Z"
deletionTimestamp: "2019-08-27T07:54:42Z"
name: fftest
resourceVersion: "479543"
selfLink: /apis/project.openshift.io/v1/projects/fftest
uid: c9fbf43f-c895-11e9-baeb-02a5d4eb8c88
spec:
finalizers:
- kubernetes
status:
phase: Terminating
Ref https://bugzilla.redhat.com/show_bug.cgi?id=1745567#c3, Could verify this issue ? Cannot reproduce in 4.2.0-0.nightly-2019-09-03-102130 env: Let the project creator delete: oc delete project xxia1-proj Let cluster-admin watch: oc get project -w xxia1-proj Terminating After seconds, the project is gone: oc get project -w # no xxia1-proj shown The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |