添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
I have three docker images on one of my installations. They're all currently in the stopped state (and should be), however two show 0 pods, 1 deployment, another shows 2 pods 1 deployment. I cannot start any of them, the ui shows them stuck at "deploying", here's a sample log from the "application events" of one:
Code:
2023-03-05 2:05:56
error killing pod: failed to "KillPodSandbox" for "354877e9-5705-4f0c-af83-03a51856f915" with KillPodSandboxError: "rpc error: code = Unknown desc = networkPlugin cni failed to teardown pod \"neos-ix-chart-7579ddbc85-kd84g_ix-neos\" network: plugin type=\"multus\" name=\"multus-cni-network\" failed (delete): DelegateDel: error invoking DelegateDel - \"macvlan\": error in getting result from DelNetwork: Link not found"
2023-03-05 2:05:45
error killing pod: failed to "KillPodSandbox" for "354877e9-5705-4f0c-af83-03a51856f915" with KillPodSandboxError: "rpc error: code = Unknown desc = networkPlugin cni failed to teardown pod \"neos-ix-chart-7579ddbc85-kd84g_ix-neos\" network: cni config uninitialized"
2023-03-05 2:01:19
error killing pod: failed to "KillPodSandbox" for "354877e9-5705-4f0c-af83-03a51856f915" with KillPodSandboxError: "rpc error: code = Unknown desc = networkPlugin cni failed to teardown pod \"neos-ix-chart-7579ddbc85-kd84g_ix-neos\" network: plugin type=\"multus\" name=\"multus-cni-network\" failed (delete): DelegateDel: error invoking DelegateDel - \"macvlan\": error in getting result from DelNetwork: Link not found"
2023-03-05 1:59:29
Scaled down replica set neos-ix-chart-7579ddbc85 to 0 from 1
2023-03-05 1:59:29
Deleted pod: neos-ix-chart-7579ddbc85-kd84g
2023-03-05 1:36:19
Pod sandbox changed, it will be killed and re-created.
2023-03-05 1:36:18
Add eth0 [xxx.xxx.xxx.xxx/16] from ix-net
2023-03-05 1:36:18
Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "e21087461742a14f73f9065c3fb7a838c12086ea0c1fde5af06b3e5c042d8fb6" network for pod "neos-ix-chart-7579ddbc85-kd84g": networkPlugin cni failed to set up pod "neos-ix-chart-7579ddbc85-kd84g_ix-neos" network: plugin type="multus" name="multus-cni-network" failed (add): [ix-neos/neos-ix-chart-7579ddbc85-kd84g/:ix-neos-0]: error adding container to network "ix-neos-0": Link not found, failed to clean up sandbox container "e21087461742a14f73f9065c3fb7a838c12086ea0c1fde5af06b3e5c042d8fb6" network for pod "neos-ix-chart-7579ddbc85-kd84g": networkPlugin cni failed to teardown pod "neos-ix-chart-7579ddbc85-kd84g_ix-neos" network: plugin type="multus" name="multus-cni-network" failed (delete): DelegateDel: error invoking DelegateDel - "macvlan": error in getting result from DelNetwork: Link not found]
2023-03-05 1:36:16
Created pod: neos-ix-chart-7579ddbc85-kd84g
2023-03-05 1:36:16
Successfully assigned ix-neos/neos-ix-chart-7579ddbc85-kd84g to ix-truenas
2023-03-05 1:36:08
MountVolume.SetUp failed for volume "kube-api-access-6fn6p" : object "ix-neos"/"kube-root-ca.crt" not registered
2023-03-05 1:36:07
MountVolume.SetUp failed for volume "kube-api-access-vgfpb" : object "ix-neos"/"kube-root-ca.crt" not registered
2023-03-05 1:36:05
MountVolume.SetUp failed for volume "kube-api-access-lcv28" : object "ix-neos"/"kube-root-ca.crt" not registered
2023-03-05 1:36:04
Predicate TaintToleration failed
2023-03-05 1:36:04
Predicate TaintToleration failed
2023-03-05 1:36:04
Predicate TaintToleration failed
I figured it out, apparently during a system update the required field for network interface was either introduced and not auto-filled, or cleared out by something on all of my docker images. Figured it out because when trying to update an image, it was complaining about failing to use a network interface that didn't exist

Important Announcement for the TrueNAS Community.

The TrueNAS Community has now been moved. This forum will now become READ-ONLY for historical purposes. Please feel free to join us on the new TrueNAS Community Forums. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies. Accept Learn more…