From 39d76df94180414b218bf6436e3751ba0a128a89 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 11 Jun 2024 18:28:13 +0300 Subject: [PATCH] Add OS/ARCH spec Signed-off-by: Stefan Prodan --- docs/distribution/index.md | 1 + docs/distribution/install.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/distribution/index.md b/docs/distribution/index.md index 49575ab..17f8e15 100644 --- a/docs/distribution/index.md +++ b/docs/distribution/index.md @@ -23,6 +23,7 @@ We offer two distribution channels for the Flux controllers: - [Mainline](#mainline) images The ControlPlane container images are continuously scanned for vulnerabilities and patched accordingly. +The images are built for `linux/amd64` and `linux/arm64` architectures. ### FIPS-compliant diff --git a/docs/distribution/install.md b/docs/distribution/install.md index 8245e35..8f03b80 100644 --- a/docs/distribution/install.md +++ b/docs/distribution/install.md @@ -4,7 +4,7 @@ ControlPlane offers a seamless transition from CNCF Flux to the enterprise distr impact to Flux availability. The hardened container images provided by ControlPlane are fully compatible with the upstream Flux installation and bootstrap procedure. -## Bootstrap +## Flux Bootstrap Customers can bootstrap Flux with the enterprise distribution using the Flux CLI or the Flux Terraform provider. To access the ControlPlane registry, customers need to provide their credentials using the @@ -46,4 +46,4 @@ The ControlPlane distribution includes the [Flux Operator](https://github.com/co which provides a declarative API for the installation and upgrade of the Flux controllers. The operator automates the patching of hotfixes and CVEs affecting the Flux container images. -For more information, see the Flux Operator [documentation](../operator/index). +For more information, see the Flux Operator [documentation](../operator/index.md).