From 11a12aca1aa09c00d1a98e107c309f17311ace72 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Fri, 17 Jun 2022 10:35:30 +0800 Subject: [PATCH] Fix a typo in windows.md Signed-off-by: Guangwen Feng --- content/en/docs/tasks/debug/debug-cluster/windows.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/debug/debug-cluster/windows.md b/content/en/docs/tasks/debug/debug-cluster/windows.md index ccd6cf4434..095fdb9571 100644 --- a/content/en/docs/tasks/debug/debug-cluster/windows.md +++ b/content/en/docs/tasks/debug/debug-cluster/windows.md @@ -27,9 +27,12 @@ content_type: concept 1. My pods show status as `ErrImgPull` or `ImagePullBackOff` - Ensure that your Pod is getting scheduled to a [compatable](https://docs.microsoft.com/virtualization/windowscontainers/deploy-containers/version-compatibility) Windows Node. + Ensure that your Pod is getting scheduled to a + [compatible](https://docs.microsoft.com/virtualization/windowscontainers/deploy-containers/version-compatibility) + Windows Node. - More information on how to specify a compatable node for your Pod can be found in [this guide](/docs/setup/production-environment/windows/user-guide-windows-containers/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host). + More information on how to specify a compatible node for your Pod can be found in + [this guide](/docs/setup/production-environment/windows/user-guide-windows-containers/#ensuring-os-specific-workloads-land-on-the-appropriate-container-host). ## Network troubleshooting {#troubleshooting-network}