Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem of joint inference job #423

Open
tangming1996 opened this issue Nov 29, 2023 · 0 comments
Open

The problem of joint inference job #423

tangming1996 opened this issue Nov 29, 2023 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@tangming1996
Copy link
Contributor

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
Others
@tangming1996 tangming1996 added the kind/bug Categorizes issue or PR as related to a bug. label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant