From 1d96f465f48b388e889ee4c8f0338d4254aa27e0 Mon Sep 17 00:00:00 2001
From: weizhoublue <45163302+weizhoublue@users.noreply.github.com>
Date: Tue, 10 May 2022 17:55:43 +0800
Subject: [PATCH] arm64 support of cilium (#8803)

when cilium v1.10 , it is ok to support arm64
https://cilium.io/blog/2021/05/20/cilium-110

Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
---
 docs/arch.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/arch.md b/docs/arch.md
index f23c11fe2..4deae7a67 100644
--- a/docs/arch.md
+++ b/docs/arch.md
@@ -12,6 +12,6 @@ The following table shows the impact of the CPU architecture on compatible featu
 | Weave               | Y     | Y     | Y             |
 | Flannel             | Y     | N     | N             |
 | Canal               | Y     | N     | N             |
-| Cilium              | Y     | N     | N             |
+| Cilium              | Y     | Y     | N             |
 | Contib              | Y     | N     | N             |
 | kube-router         | Y     | N     | N             |
-- 
GitLab