From 6d560c22ec82ff92748926c083018784d1780af6 Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Thu, 19 Oct 2023 11:27:53 +0300 Subject: [PATCH] Remove "multiarch manifest problem" mention from airgap doc Linked issue was closed long ago and k0s ships with kube-proxy now. Signed-off-by: Kimmo Lehto (cherry picked from commit 4db313b72b537c1f08e037c768cfb6c902fc94fe) (cherry picked from commit a604175597f76fc4a8305d51d46b9699034fb653) --- docs/airgap-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/airgap-install.md b/docs/airgap-install.md index 0f481d48a3ba..85d93741e85a 100644 --- a/docs/airgap-install.md +++ b/docs/airgap-install.md @@ -16,7 +16,7 @@ In order to create your own image bundle, you need k0s/containerd uses OCI (Open Container Initiative) bundles for airgap installation. OCI bundles must be uncompressed. As OCI bundles are built specifically for each architecture, create an OCI bundle that uses the same processor architecture (x86-64, ARM64, ARMv7) as on the target system. -k0s offers two methods for creating OCI bundles, one using Docker and the other using a previously set up k0s worker. Be aware, though, that you cannot use the Docker method for the ARM architectures due to [kube-proxy image multiarch manifest problem](https://github.com/kubernetes/kubernetes/issues/98229). +k0s offers two methods for creating OCI bundles, one using Docker and the other using a previously set up k0s worker. **Note:** k0s strictly matches image architecture, e.g. arm/v7 images won't work for arm64.