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 pause image is not configurable through parameters. #7

Open
imneov opened this issue May 18, 2023 · 0 comments
Open

The pause image is not configurable through parameters. #7

imneov opened this issue May 18, 2023 · 0 comments

Comments

@imneov
Copy link

imneov commented May 18, 2023

What happened:

When joining a node by executing the following command:

./keadm join --image-repository=myprivaterepo.abc --kubeedge-version=1.13.0 --cloudcore-ipport=1.1.1.1:30000 --quicport 30001 --certport 30002 --tunnelport 30004 --edgenode-name edgenode-0nbm --token xxx --with-edge-taint --remote-runtime-endpoint=unix:///var/run/dockershim.sock --runtimetype=docker 

The --image-repository=myprivaterepo.abc parameter is intended to specify a private repository, but this parameter is not being written to the config/edgecore.yaml file's Modules.Edged.PodSandboxImage field.
The Modules.Edged.PodSandboxImage field has been consistently using the default value, which causes the issue of being unable to pull the pause image.

@imneov imneov changed the title The address of the pause mirror warehouse of edgecore cannot be modified by parameters The pause mirror cannot be modified by parameters May 18, 2023
@imneov imneov changed the title The pause mirror cannot be modified by parameters The pause image cannot be modified by parameters May 18, 2023
@imneov imneov changed the title The pause image cannot be modified by parameters The pause image is not configurable through parameters. May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant