From df0970fbd70da3b7ffd16af3e41ca3fb205f4339 Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Fri, 21 Oct 2022 20:33:10 +0300 Subject: [PATCH] fix: link to kubernetes The link to Kubernetes redirects to a documentation that has no mention of Windows Containers. --- .../kubernetes/getting-started-kubernetes-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows.md b/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows.md index 1604bf369..d3b6ac273 100644 --- a/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows.md +++ b/virtualization/windowscontainers/kubernetes/getting-started-kubernetes-windows.md @@ -18,7 +18,7 @@ This page serves as an overview for getting started with Kubernetes on Windows. ### Try out Kubernetes on Windows -See [deploying Kubernetes on Windows](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/) for instructions on how to manually install Kubernetes on Windows in the environment of your choice. +See [deploying Kubernetes on Windows](https://kubernetes.io/docs/concepts/windows/intro/) for instructions on how to manually install Kubernetes on Windows in the environment of your choice. ### Scheduling Windows containers @@ -33,4 +33,4 @@ The [Windows containers on Azure Kubernetes Service](/azure/aks/windows-containe ### Troubleshooting Please see [Troubleshooting Kubernetes](./common-problems.md) for a suggested list of workarounds and solutions to known issues. >[!TIP] -> For additional self-help resources, there is also a Kubernetes networking troubleshooting guide for Windows [available here](https://techcommunity.microsoft.com/t5/Networking-Blog/Troubleshooting-Kubernetes-Networking-on-Windows-Part-1/ba-p/508648). \ No newline at end of file +> For additional self-help resources, there is also a Kubernetes networking troubleshooting guide for Windows [available here](https://techcommunity.microsoft.com/t5/Networking-Blog/Troubleshooting-Kubernetes-Networking-on-Windows-Part-1/ba-p/508648).