Skip to content

Commit f7b3742

Browse files
docs: compatibility matrix
1 parent 1286464 commit f7b3742

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Given the nature of Kubernetes resources, Agent Control is capable of downloadin
4949

5050
Go to [how ac remote update works](./ac-remote-update/how-it-works.md).
5151

52+
#### Compatibility Matrix
53+
54+
##### Supported Platforms
55+
56+
- Linux (amd64, arm64)
57+
- Windows (amd64, arm64)
58+
- Kubernetes 1.30+
59+
5260
#### Basic architecture
5361

5462
The following diagram captures the essentials of what is explained above.

docs/package_manager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ be a manifest JSON file or an index JSON file.
1111
The [index](https://github.com/opencontainers/image-spec/blob/main/image-index.md#oci-image-index-specification) file includes a list of manifest files, and it's handy to support multiple environments. Agents that want to integrate with AC should use this approach.
1212

1313
> [!NOTE]
14-
> Agent Control uses an [OCI client that supports every architecture and os in the spec](https://docs.rs/oci-client/latest/oci_client/manifest/struct.Platform.html).
14+
> AC uses an [OCI client that supports every architecture and os in the spec](https://docs.rs/oci-client/latest/oci_client/manifest/struct.Platform.html).
15+
> To make sure the platform is supported by AC and not only the OCI client, check out [AC compatibility matrix](./README.md#compatibility-matrix).
1516
1617
Example:
1718

0 commit comments

Comments
 (0)