Skip to content

Commit d916e57

Browse files
authored
(DOCSP-25796) Add hw arch support to compatibility and install prereqs (#1106)
* (DOCSP-25796) Add hw arch support to compatibility and install prereqs * Copy review and added same prereq to multi-clusters too * Fix the link
1 parent 383c498 commit d916e57

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

source/includes/steps-install-prereqs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
stepnum: 1
33
level: 4
44
ref: have-k8s-solution
5-
title: "Have a |k8s| solution available to use."
5+
title: "Have a |k8s| solution available to use, and verify hardware architecture support."
66
content: |
77
88
If you need a |k8s| solution, see the |k8s|
99
:k8sdocs:`documentation on picking the right solution </setup>`.
10+
Review :ref:`supported hardware architectures
11+
<k8s-supported-hardware-arch-compatibility>`.
1012
1113
---
1214
stepnum: 2

source/kind-quick-start.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This tutorial requires:
2525

2626
- A running |cloud| cluster.
2727
- A running |k8s| cluster.
28+
- |k8s| nodes running on :ref:`supported hardware architectures
29+
<k8s-supported-hardware-arch-compatibility>`.
2830

2931
Procedure
3032
---------

source/multi-cluster-quick-start-prerequisites.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Multi-Cluster Prerequisites
2222

2323
This Quick Start tutorial requires that you complete these tasks:
2424

25+
Review Supported Hardware Architectures
26+
---------------------------------------
27+
28+
See :ref:`supported hardware architectures <k8s-supported-hardware-arch-compatibility>`.
2529

2630
Set Environment Variables and GKE zones
2731
----------------------------------------

source/tutorial/plan-k8s-op-compatibility.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ full release series starting from the listed version.
6262

6363
.. include:: /includes/list-tables/compatibility-mdb.rst
6464

65+
.. _k8s-supported-hardware-arch-compatibility:
66+
67+
Supported Hardware Architectures
68+
--------------------------------
69+
70+
|k8s| nodes must be running processors with the x86-64/AMD64 architecture.
71+
6572
.. _k8s-onprem-version-compatibility:
6673

6774
|cloud-short| and |onprem| Versions

0 commit comments

Comments
 (0)