File tree Expand file tree Collapse file tree 3 files changed +59
-2
lines changed Expand file tree Collapse file tree 3 files changed +59
-2
lines changed Original file line number Diff line number Diff line change 1+ // Do not edit this module. It is generated with a script.
2+ // Do not reuse this module. The anchor IDs do not contain a context statement.
3+ // Module included in the following assemblies:
4+ //
5+ // * virt/monitoring/virt-runbooks.adoc
6+
7+ :_content-type: REFERENCE
8+ [id="virt-runbook-KubevirtHcoSingleStackIPv6"]
9+ = KubevirtHcoSingleStackIPv6
10+
11+ [discrete]
12+ [id="meaning-kubevirthcosinglestackipv6"]
13+ == Meaning
14+
15+ This alert fires when you install {VirtProductName} on a single stack
16+ IPv6 cluster.
17+
18+ [discrete]
19+ [id="impact-kubevirthcosinglestackipv6"]
20+ == Impact
21+
22+ You cannot create virtual machines.
23+
24+ [discrete]
25+ [id="diagnosis-kubevirthcosinglestackipv6"]
26+ == Diagnosis
27+
28+ * Check the cluster network configuration by running the following command:
29+ +
30+ [,shell]
31+ ----
32+ $ oc get network.config cluster -o yaml
33+ ----
34+ +
35+ The output displays only an IPv6 CIDR for the cluster network.
36+ +
37+ .Example output
38+ +
39+ [source,text]
40+ ----
41+ apiVersion: config.openshift.io/v1
42+ kind: Network
43+ metadata:
44+ name: cluster
45+ spec:
46+ clusterNetwork:
47+ - cidr: fd02::/48
48+ hostPrefix: 64
49+ ----
50+
51+ [discrete]
52+ [id="mitigation-kubevirthcosinglestackipv6"]
53+ == Mitigation
54+
55+ Install {VirtProductName} on a single stack IPv4 cluster or on a
56+ dual stack IPv4/IPv6 cluster.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Update the `HyperConverged` CR to enable automatic workload updates.
8585[id="stopping-a-vm-associated-with-a-non-live-migratable-vmi-outdatedvirtualmachineinstanceworkloads"]
8686=== Stopping a VM associated with a non-live-migratable VMI
8787
88- * If a VMI is not live-migratable and if `runStrategy: Always ` is
88+ * If a VMI is not live-migratable and if `runStrategy: always ` is
8989set in the corresponding `VirtualMachine` object, you can update the
9090VMI by manually stopping the virtual machine (VM):
9191+
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ You can use the procedures in these runbooks to diagnose and resolve issues that
1010
1111{VirtProductName} alerts are displayed on the *Virtualization* -> *Overview* -> xref:../../virt/getting_started/virt-web-console-overview.adoc#overview-overview_virt-web-console-overview[*Overview* tab] in the web console.
1212
13-
1413include::modules/virt-runbook-cdidataimportcronoutdated.adoc[leveloffset=+1]
1514
1615include::modules/virt-runbook-cdidatavolumeunusualrestartcount.adoc[leveloffset=+1]
@@ -39,6 +38,8 @@ include::modules/virt-runbook-kubevirtcomponentexceedsrequestedmemory.adoc[level
3938
4039include::modules/virt-runbook-kubevirtdeprecatedapirequested.adoc[leveloffset=+1]
4140
41+ include::modules/virt-runbook-kubevirthcosinglestackipv6.adoc[leveloffset=+1]
42+
4243include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorcrmodification.adoc[leveloffset=+1]
4344
4445include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorinstallationnotcompletedalert.adoc[leveloffset=+1]
You can’t perform that action at this time.
0 commit comments