From 967fe3fbc75ba758af9c2a70b42d1e23b0df98eb Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:45:06 +0545 Subject: [PATCH] Update README.md Fix broken link to DaemonSet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5f9096..98d57d8e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ layers in the cluster management stack. It is a daemon that runs on each node, detects node problems and reports them to apiserver. node-problem-detector can either run as a -[DaemonSet](http://kubernetes.io/docs/admin/daemons/) or run standalone. +[DaemonSet](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) or run standalone. Now it is running as a [Kubernetes Addon](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) enabled by default in the GKE cluster. It is also enabled by default in AKS as part of the