You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
After the objectsearch resource is deleted, its associated pod resource remains What you expected to happen:
After the objectsearch resource is deleted, its associated pod resource is also deleted How to reproduce it (as minimally and precisely as possible):
Create an objectsearch resource. After the pod instance is created, delete the objectsearch resource and check whether the Pods are also deleted. Anything else we need to know?:
The main problem is that the ownerReferences/0/kind field was misrepresented as Name when pod associated the upper objectsearch resource, which should actually be KindName
What happened:
After the objectsearch resource is deleted, its associated pod resource remains
What you expected to happen:
After the objectsearch resource is deleted, its associated pod resource is also deleted
How to reproduce it (as minimally and precisely as possible):
Create an objectsearch resource. After the pod instance is created, delete the objectsearch resource and check whether the Pods are also deleted.
Anything else we need to know?:
Environment:
kubernetes version: 1.23.0
kubeedge version: 1.16.1
sedna version: 0.6.0
CloudSide Environment:
Hardware configuration
OS
Kernel
Others
EdgeSide Environment:
Hardware configuration
OS
Kernel
Others
The text was updated successfully, but these errors were encountered: