Skip to content

Commit ab5e761

Browse files
authored
Merge pull request #62709 from apinnick/CNV-30825-KubevirtHCOSingleStackIPv6-runbook
CNV -30825: add KubevirtHcoSingleStackIPv6
2 parents 9b7535c + 2bde72e commit ab5e761

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.

modules/virt-runbook-outdatedvirtualmachineinstanceworkloads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8989
set in the corresponding `VirtualMachine` object, you can update the
9090
VMI by manually stopping the virtual machine (VM):
9191
+

virt/monitoring/virt-runbooks.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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-
1413
include::modules/virt-runbook-cdidataimportcronoutdated.adoc[leveloffset=+1]
1514

1615
include::modules/virt-runbook-cdidatavolumeunusualrestartcount.adoc[leveloffset=+1]
@@ -39,6 +38,8 @@ include::modules/virt-runbook-kubevirtcomponentexceedsrequestedmemory.adoc[level
3938

4039
include::modules/virt-runbook-kubevirtdeprecatedapirequested.adoc[leveloffset=+1]
4140

41+
include::modules/virt-runbook-kubevirthcosinglestackipv6.adoc[leveloffset=+1]
42+
4243
include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorcrmodification.adoc[leveloffset=+1]
4344

4445
include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorinstallationnotcompletedalert.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)