Skip to content

Commit

Permalink
docs: Add platform support to docs
Browse files Browse the repository at this point in the history
We've been distributing ARM architecture images for Cilium for almost
two years, but neglected to mention this up front in the system
requirements or the main docs page. Add this to the docs.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed May 1, 2023
1 parent bead3ac commit 9a38aec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/operations/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Summary
When running Cilium using the container image ``cilium/cilium``, the host
system must meet these requirements:

- Hosts with either AMD64 or AArch64 architecture
- `Linux kernel`_ >= 4.19.57 or equivalent (e.g., 4.18 on RHEL8)

When running Cilium as a native process on your host (i.e. **not** running the
Expand Down Expand Up @@ -47,6 +48,14 @@ iproute2 >= 5.9.0 [#iproute2_foot]_ yes
.. [#iproute2_foot] Requires support for eBPF templating as documented
:ref:`below <iproute2_requirements>`.
Architecture Support
====================

Cilium images are built for the following platforms:

- AMD64
- AArch64

Linux Distribution Compatibility & Considerations
=================================================

Expand Down
1 change: 1 addition & 0 deletions Documentation/spelling_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
AArch
ACK
AKS
APIEndpoint
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ minor release, corresponding image pull tags and their release notes:
| `v1.11 <https://github.com/cilium/cilium/tree/v1.11>`__ | 2023-04-18 | ``quay.io/cilium/cilium:v1.11.16`` | `Release Notes <https://github.com/cilium/cilium/releases/tag/v1.11.16>`__ |
+---------------------------------------------------------+------------+------------------------------------+----------------------------------------------------------------------------+

Architectures
-------------

Cilium images are distributed for AMD64 and AArch64 architectures.

Software Bill of Materials
--------------------------

Expand Down

0 comments on commit 9a38aec

Please sign in to comment.