Skip to content

Commit 0185bda

Browse files
authored
Merge pull request #60498 from apinnick/CNV-28046-update-runbooks
CNV- 28046: Adding KubeVirtDeprecatedAPIsRequested runbook
2 parents 21ced65 + a34c88e commit 0185bda

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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/support/virt-runbooks.adoc
6+
7+
:_content-type: REFERENCE
8+
[id="virt-runbook-KubeVirtDeprecatedAPIsRequested"]
9+
= KubeVirtDeprecatedAPIsRequested
10+
11+
[discrete]
12+
[id="meaning-kubevirtdeprecatedapisrequested"]
13+
== Meaning
14+
15+
This alert fires when a deprecated {VirtProductName} API is used.
16+
17+
[discrete]
18+
[id="impact-kubevirtdeprecatedapisrequested"]
19+
== Impact
20+
21+
Using a deprecated API is not recommended because the request will
22+
fail when the API is removed in a future release.
23+
24+
[discrete]
25+
[id="diagnosis-kubevirtdeprecatedapisrequested"]
26+
== Diagnosis
27+
28+
* Check the *Description* and *Summary* sections of the alert to identify the
29+
deprecated API as in the following example:
30+
+
31+
*Description*
32+
+
33+
`Detected requests to the deprecated virtualmachines.kubevirt.io/v1alpha3 API.`
34+
+
35+
*Summary*
36+
+
37+
`2 requests were detected in the last 10 minutes.`
38+
39+
[discrete]
40+
[id="mitigation-kubevirtdeprecatedapisrequested"]
41+
== Mitigation
42+
43+
Use fully supported APIs. The alert resolves itself after 10 minutes if the deprecated
44+
API is not used.

virt/support/virt-runbooks.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ include::modules/virt-runbook-kubevirtcomponentexceedsrequestedcpu.adoc[leveloff
3737

3838
include::modules/virt-runbook-kubevirtcomponentexceedsrequestedmemory.adoc[leveloffset=+1]
3939

40+
include::modules/virt-runbook-kubevirtdeprecatedapisrequested.adoc[leveloffset=+1]
41+
4042
include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorcrmodification.adoc[leveloffset=+1]
4143

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

0 commit comments

Comments
 (0)