summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-01-22 14:36:32 +0800
committerGitHub <noreply@github.com>2024-01-22 14:36:32 +0800
commit5f6ae97c5428db3ce853166bd39fe508b1ca6dd7 (patch)
tree8bf055ea7eb683c548f8e536c8a6bf3d6ee1828e
parentMerge pull request #5297 from Shelley-BaoYue/automated-cherry-pick-of-#5270-u... (diff)
parentSupports installing edgecore without installing the CNI plugin (diff)
downloadkubeedge-1.13.5.tar.gz
Merge pull request #5364 from luomengY/automated-cherry-pick-of-#5196-upstream-release-1.13v1.13.5
Automated cherry pick of #5196 upstream release 1.13
-rw-r--r--keadm/cmd/keadm/app/cmd/util/image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/keadm/cmd/keadm/app/cmd/util/image.go b/keadm/cmd/keadm/app/cmd/util/image.go
index 83dfe3221..a2a342313 100644
--- a/keadm/cmd/keadm/app/cmd/util/image.go
+++ b/keadm/cmd/keadm/app/cmd/util/image.go
@@ -266,7 +266,7 @@ func (runtime *CRIRuntime) CopyResources(edgeImage string, files map[string]stri
Linux: &runtimeapi.LinuxPodSandboxConfig{
SecurityContext: &runtimeapi.LinuxSandboxSecurityContext{
NamespaceOptions: &runtimeapi.NamespaceOption{
- Network: runtimeapi.NamespaceMode_POD,
+ Network: runtimeapi.NamespaceMode_NODE,
},
},
},