sedna icon indicating copy to clipboard operation
sedna copied to clipboard

install scripts appoint sedna-gm image existn't

Open lidongen opened this issue 3 years ago • 1 comments

What happened: install sedna with this scripts image

What you expected to happen: can not pull appoint image image

I see the kubeedge/sedna-gm in dockerhub, it existn't kubeedge/sedna:v0.5.0 image

How to reproduce it (as minimally and precisely as possible): push the sedna:v0.5.0 image to dockerhub Anything else we need to know?:

Environment:

Sedna Version ```console $ kubectl get -n sedna deploy gm -o jsonpath='{.spec.template.spec.containers[0].image}' kubeedge/sedna-gm:v0.5.0

$ kubectl get -n sedna ds lc -o jsonpath='{.spec.template.spec.containers[0].image}' kubeedge/sedna-lc:v0.5.0


</details>

<details><summary>Kubernets Version</summary>

```console
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:50:46Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"}

KubeEdge Version
$ cloudcore --version
KubeEdge v1.10.0


$ edgecore --version
KubeEdge v1.10.0

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

lidongen avatar Jul 01 '22 04:07 lidongen

@lidongen Image updated

JimmyYang20 avatar Jul 20 '22 03:07 JimmyYang20