The problem of joint inference job
tangming1996 opened this issue · 0 comments
What happened:
After the sedna joint inference task is deleted, the associated Pods and services are not deleted.
What you expected to happen:
After the sedna joint inference task is deleted, the associated resources should be deleted together.
How to reproduce it (as minimally and precisely as possible):
1、click this link to create jointinferenceservice
https://github.com/kubeedge/sedna/tree/main/examples/joint_inference/helmet_detection_inference
2、use "kubectl delete jointinferenceservices.sedna.io helmet-detection-inference-examples" delete jointinferenceservice.
3、use "kubectl get po" check the operation of the jointinferenceservice
Anything else we need to know?:
Need to run k8s for sedna and edgemesh
Environment:
Sedna Version
$ kubectl get -n sedna deploy gm -o jsonpath='{.spec.template.spec.containers[0].image}'
# paste output here
kubeedge/sedna-gm:v0.6.0
$ kubectl get -n sedna ds lc -o jsonpath='{.spec.template.spec.containers[0].image}'
# paste output here
kubeedge/sedna-lc:v0.6.0
Kubernets Version
$ kubectl version
# paste output here
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.0", GitCommit:"ab69524f795c42094a6630298ff53f3c3ebab7f4", GitTreeState:"clean", BuildDate:"2021-12-07T18:16:20Z", GoVersion:"go1.17.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.0", GitCommit:"ab69524f795c42094a6630298ff53f3c3ebab7f4", GitTreeState:"clean", BuildDate:"2021-12-07T18:09:57Z", GoVersion:"go1.17.3", Compiler:"gc", Platform:"linux/amd64"}
KubeEdge Version
$ cloudcore --version
# paste output here
$ edgecore --version
# paste output here
CloudSide Environment:
Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here
Others
EdgeSide Environment:
Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here