diff options
| author | zhangjie <iamkadisi@163.com> | 2019-09-09 16:11:35 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-09-09 16:11:35 +0800 |
| commit | b0802350ae04b3d1d31892e8ef276cff5d21c590 (patch) | |
| tree | d740a689fe099b667dfece1985f2cca58fafb471 /edge | |
| parent | Merge pull request #1109 from kevin-wangzefeng/fix-localup-kind (diff) | |
| download | kubeedge-b0802350ae04b3d1d31892e8ef276cff5d21c590.tar.gz | |
add comment about edged.podsandbox-image
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'edge')
| -rw-r--r-- | edge/conf/edge.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/conf/edge.yaml b/edge/conf/edge.yaml index f30fe8f3b..6a5deedfb 100644 --- a/edge/conf/edge.yaml +++ b/edge/conf/edge.yaml @@ -44,7 +44,7 @@ edged: remote-runtime-endpoint: unix:///var/run/dockershim.sock remote-image-endpoint: unix:///var/run/dockershim.sock runtime-request-timeout: 2 - podsandbox-image: k8s.gcr.io/pause + podsandbox-image: kubeedge/pause:3.1 # kubeedge/pause:3.1 for x86 arch , kubeedge/pause-arm:3.1 for arm arch, kubeedge/pause-arm64 for arm64 arch image-pull-progress-deadline: 60 # second cgroup-driver: cgroupfs node-ip: "" |
