From a50e83a5c3defd19a1f541fea39f02fa63888276 Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Tue, 18 Apr 2023 21:29:27 -0700 Subject: [PATCH 1/2] Update README.md Added AKS enablement of NPD --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f3d4b379..7e7310a6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ node-problem-detector can either run as a [DaemonSet](http://kubernetes.io/docs/admin/daemons/) 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. - +enabled by default in the GKE cluster. It is also enabled by default in AKS as part of the [AKS Linux Extension](https://learn.microsoft.com/en-us/azure/aks/faq#what-is-the-purpose-of-the-aks-linux-extension-i-see-installed-on-my-linux-vmss-instances). # Background There are tons of node problems that could possibly affect the pods running on the From 343e0f226c4ab82fe51b42917cb722267fc649b2 Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Thu, 4 May 2023 20:42:35 -0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Mike Miranda --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7310a6..2c675c46 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ node-problem-detector can either run as a [DaemonSet](http://kubernetes.io/docs/admin/daemons/) 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 [AKS Linux Extension](https://learn.microsoft.com/en-us/azure/aks/faq#what-is-the-purpose-of-the-aks-linux-extension-i-see-installed-on-my-linux-vmss-instances). +enabled by default in the GKE cluster. It is also enabled by default in AKS as part of the +[AKS Linux Extension](https://learn.microsoft.com/en-us/azure/aks/faq#what-is-the-purpose-of-the-aks-linux-extension-i-see-installed-on-my-linux-vmss-instances). # Background There are tons of node problems that could possibly affect the pods running on the