diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-01-22 14:36:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 14:36:32 +0800 |
| commit | 5f6ae97c5428db3ce853166bd39fe508b1ca6dd7 (patch) | |
| tree | 8bf055ea7eb683c548f8e536c8a6bf3d6ee1828e | |
| parent | Merge pull request #5297 from Shelley-BaoYue/automated-cherry-pick-of-#5270-u... (diff) | |
| parent | Supports installing edgecore without installing the CNI plugin (diff) | |
| download | kubeedge-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.go | 2 |
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, }, }, }, |
