summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-01-19 15:18:29 +0800
committerGitHub <noreply@github.com>2024-01-19 15:18:29 +0800
commit1c9e489ef8c2014cfc0af834682dffcdf37fa80e (patch)
tree2e5a5fe6cd9b8a0a507fa1411eb005d02a3b8d04
parentMerge pull request #5298 from Shelley-BaoYue/automated-cherry-pick-of-#5270-u... (diff)
parentSupports installing edgecore without installing the CNI plugin (diff)
downloadkubeedge-1c9e489ef8c2014cfc0af834682dffcdf37fa80e.tar.gz
Merge pull request #5365 from luomengY/automated-cherry-pick-of-#5196-upstream-release-1.12v1.12.7origin/release-1.12
Automated cherry pick of #5196 upstream release 1.12
-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 7a9c4a418..227885e8f 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,
},
},
},