diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-01-19 15:17:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 15:17:29 +0800 |
| commit | 20a35817babb30fd92da416b556ee7b61ecdb22d (patch) | |
| tree | 2f8ffaea60206f7b451637a69ba3da438d815084 | |
| parent | Merge pull request #5296 from Shelley-BaoYue/automated-cherry-pick-of-#5270-u... (diff) | |
| parent | Supports installing edgecore without installing the CNI plugin (diff) | |
| download | kubeedge-20a35817babb30fd92da416b556ee7b61ecdb22d.tar.gz | |
Merge pull request #5366 from luomengY/automated-cherry-pick-of-#5196-upstream-release-1.14v1.14.5
Automated cherry pick of #5196 upstream release 1.14
| -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 66a8ee4a4..1f42ab306 100644 --- a/keadm/cmd/keadm/app/cmd/util/image.go +++ b/keadm/cmd/keadm/app/cmd/util/image.go @@ -277,7 +277,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, }, }, }, |
