Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the syncHandler function in submarine-cloud-v2/controller.go, we will create a namespace "submarine-user-test" and then create other resources on that namespace. However we do not wait until the namespace is created, so sometimes the operator will find the namespace does not exist and will crash.