From 66af75e894e530023b62773932f23852b1ab3f9a Mon Sep 17 00:00:00 2001 From: Bryce Soghigian Date: Fri, 10 Jan 2025 13:25:34 -0800 Subject: [PATCH] docs: updating limitatations --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 68031d77a..5c9fd72d7 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,8 @@ Karpenter provider for AKS can be used in two modes: * **Self-hosted mode**: Karpenter is run as a standalone deployment in the cluster. This mode is useful for advanced users who want to customize or experiment with Karpenter's deployment. The rest of this page describes how to use Karpenter in self-hosted mode. ## Known limitations - -* Only AKS clusters with Azure CNI Overlay + Cilium networking are supported. * Only Linux nodes are supported. +* Kubenet and Calico are not supported ## Installation (self-hosted)