Skip to content

Commit

Permalink
Remove outdated mention about "multiarch manifest problem" from airga…
Browse files Browse the repository at this point in the history
…p doc

Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
  • Loading branch information
kke committed Oct 19, 2023
1 parent 345f0b2 commit 0676ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/airgap-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 19 in docs/airgap-install.md

View workflow job for this annotation

GitHub Actions / Lint markdown

Trailing spaces [Expected: 0 or 2; Actual: 1]

**Note:** k0s strictly matches image architecture, e.g. arm/v7 images won't work for arm64.

Expand Down

0 comments on commit 0676ce9

Please sign in to comment.