From 675ac63159cfe097846b7424dde3dc2cfb3cd522 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 11 Oct 2022 23:13:17 -0700 Subject: [PATCH] Remove note about not supporting ARM64 with Calico CNI * Calico v3.22.0 introduced multi-arch container images so Typhoon's ARM64 support has allowed choosing Calico CNI since Typhoon v1.23.5 --- docs/advanced/arm64.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/advanced/arm64.md b/docs/advanced/arm64.md index 2f6f7f1a..c282a7d3 100644 --- a/docs/advanced/arm64.md +++ b/docs/advanced/arm64.md @@ -1,9 +1,6 @@ # ARM64 -Typhoon has experimental support for ARM64 on AWS, with Fedora CoreOS or Flatcar Linux. Clusters can be created with ARM64 controller and worker nodes. Or worker pools of ARM64 nodes can be attached to an AMD64 cluster to create a hybrid/mixed architecture cluster. - -!!! note - Currently, CNI networking must be set to `flannel` or `cilium`. +Typhoon supports ARM64 on AWS, with Fedora CoreOS or Flatcar Linux. Clusters can be created with ARM64 controller and worker nodes. Or worker pools of ARM64 nodes can be attached to an AMD64 cluster to create a hybrid/mixed architecture cluster. ## Cluster @@ -177,4 +174,3 @@ ip-10-0-22-79... Ready 111m v1.25.2 10.0.22.79 111m v1.25.2 10.0.24.130 Fedora CoreOS 35.20211215.3.0 5.15.7-200.fc35.x86_64 containerd://1.5.8 ip-10-0-39-19 Ready 111m v1.25.2 10.0.39.19 Fedora CoreOS 35.20211215.3.0 5.15.7-200.fc35.x86_64 containerd://1.5.8 ``` -