Format:
Export:

Prerequisites & cluster preparation(15 of 26)

Show
0/15 completed0%

Verified on SNO (single NIC). Some related tests may be marked not runnable.

Cluster Health Check — Starting Point

Before you perform any other step, ensure the test cluster is in a healthy state. All ClusterOperators must be Available. In addition, verify the NIC name on the node. In this example, the single-node installation has only one NIC, named eno2 (altname enp7s0).

1Verify login: oc whoami
→ should return either system:admin or kubeadmin
2Verify node status: oc get nodes
→ Node status: Ready
3Verify ClusterOperators — all must be Available: oc get co
→ All ClusterOperators: AVAILABLE=True, DEGRADED=False
4Check the cluster version: oc get clusterversion
→ VERSION shows 4.21.x, AVAILABLE=True
5Verify the NIC name on the node:
# Set NODE variable. This applies to a single-node (SNO) cluster only.
NODE=$(oc get node -o name)
oc debug $NODE -- chroot /host ip link show
6List physical block devices (for LVM Storage in PRE-06):
oc debug $NODE -- chroot /host lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE
→ identify free block devices (no MOUNTPOINT, no FSTYPE)
7Check /var storage usage (OCP data, images, and containers live here):
oc debug $NODE -- chroot /host df -h /var
8Verify the pull secret: oc get secret pull-secret -n openshift-config
Clarify network topology — I.e. software bridges (variant A)
Install and verify NMState Operator
Configure Linux bridges via NMState (Hetzner: variant A — software bridges)
Install OpenShift Virtualization Operator
Set up LVM Storage Operator — storage for VMs
Pull secret, import golden image, prepare SSH keys
Create namespace vmtest and NetworkAttachmentDefinitions
Install MetalLB Operator and configure IP pools (3 options)
MCE + HyperShift for hosted control planes
Deploy MinIO (S3 object storage)
Install MTV (Migration Toolkit for Virtualization) Operator
Install OADP Operator and configure with MinIO (S3)
Install Advanced Cluster Management (ACM) v2.17
Install Kasten K10 (Veeam) Operator and configure with MinIO

Search test plan

Type at least 2 characters to search

Keyboard shortcuts

P
Go to prerequisites
T
Go to test cases
G
Go to glossary
D
Go to diagrams
J
Next card
K
Previous card
Enter
Open / close focused card
/
Open search
CtrlK
Open search modal
?
Show shortcuts
Esc
Close panel / blur search
/ open searchJ/K next / previous card? keyboard shortcutsEsc close panels