You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
When deploying yurt-tunnel with yurtctl, we will set
imagePullPolicy: IfNotPresent
for yurt-tunnel-agent andimagePullPolicy: 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
The text was updated successfully, but these errors were encountered: