File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/tasks/debug/debug-cluster Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ content_type: concept
23
23
1. My Pods are stuck at "Container Creating" or restarting over and over
24
24
25
25
Ensure that your pause image is compatible with your Windows OS version.
26
- See [Pause container](/docs/setup/production-environment/ windows/intro-windows-in-kubernetes #pause-container)
26
+ See [Pause container](/docs/concepts/ windows/intro/ #pause-container)
27
27
to see the latest / recommended pause image and/or get more information.
28
28
-->
29
29
## 工作节点级别排障 {#troubleshooting-node}
30
30
31
31
1 . 我的 Pod 都卡在 “Container Creating” 或者不断重启
32
32
33
33
确保你的 pause 镜像跟你的 Windows 版本兼容。
34
- 查看 [ Pause 容器] ( /zh-cn/docs/setup/production-environment/ windows/intro-windows-in-kubernetes #pause-container )
34
+ 查看 [ Pause 容器] ( /zh-cn/docs/concepts/ windows/intro/ #pause-container )
35
35
以了解最新的或建议的 pause 镜像,或者了解更多信息。
36
36
37
37
{{< note >}}
@@ -51,15 +51,15 @@ content_type: concept
51
51
Windows Node.
52
52
53
53
More information on how to specify a compatible node for your Pod can be found in
54
- [this guide](/docs/setup/production-environment/ windows/user-guide-windows-containers /#ensuring-os-specific-workloads-land-on-the-appropriate-container-host).
54
+ [this guide](/docs/concepts/ windows/user-guide/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host).
55
55
-->
56
56
2 . 我的 Pod 状态显示 'ErrImgPull' 或者 'ImagePullBackOff'
57
57
58
58
保证你的 Pod 被调度到[ 兼容的] ( https://docs.microsoft.com/virtualization/windowscontainers/deploy-containers/version-compatibility )
59
59
Windows 节点上。
60
60
61
61
关于如何为你的 Pod 指定一个兼容节点,
62
- 可以查看这个指可以查看[ 这个指南] ( /zh-cn/docs/setup/production-environment/ windows/user-guide-windows-containers /#ensuring-os-specific-workloads-land-on-the-appropriate-container-host )
62
+ 可以查看这个指可以查看[ 这个指南] ( /zh-cn/docs/concepts/ windows/user-guide/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host )
63
63
以了解更多的信息。
64
64
65
65
<!--
You can’t perform that action at this time.
0 commit comments