File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
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/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.
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ include::modules/virt-runbook-kubevirtcomponentexceedsrequestedcpu.adoc[leveloff
37
37
38
38
include::modules/virt-runbook-kubevirtcomponentexceedsrequestedmemory.adoc[leveloffset=+1]
39
39
40
+ include::modules/virt-runbook-kubevirtdeprecatedapisrequested.adoc[leveloffset=+1]
41
+
40
42
include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorcrmodification.adoc[leveloffset=+1]
41
43
42
44
include::modules/virt-runbook-kubevirthyperconvergedclusteroperatorinstallationnotcompletedalert.adoc[leveloffset=+1]
You can’t perform that action at this time.
0 commit comments