Skip to content
New issue

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

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

Already on GitHub? # to your account

[BUG]Avoid using different version of yurt-tunnel-agent and yurt-tunnel-server, when deploying with yurtctl #511

Closed
Congrool opened this issue Sep 30, 2021 · 1 comment · Fixed by #512
Labels
kind/bug kind/bug

Comments

@Congrool
Copy link
Member

Congrool commented Sep 30, 2021

When deploying yurt-tunnel with yurtctl, we will set imagePullPolicy: IfNotPresent for yurt-tunnel-agent and imagePullPolicy: Always for yurt-tunnel-server. It possibly makes users use local old version of yurt-tunnel-agent and the latest version of yurt-tunnel-server which may cause potential problems.

I think it's better to set same imagePullPolicy for yurt-tunnel-agent and yurt-tunnel-server.

/kind bug

@rambohe-ch
Copy link
Member

@Congrool Thank you for raising issue.
As i have replied in this issue: #505, we need to set imagePullPolicy to IfNotPresent for yurt-tunnel-agent pod restart on edge nodes. and keep imagePullPolicy of yurt-tunnel-agent as the same as yurt-tunnel-agent maybe make sense. so i agree with this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/bug kind/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants