Skip to content

Commit 0fe4ec0

Browse files
authored
Merge pull request #67062 from kalexand-rh/fixing-anchors
PV1 fix
2 parents 6ce0a2f + 49ec211 commit 0fe4ec0

8 files changed

+8
-8
lines changed

modules/apiserversource-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * serverless/eventing/event-sources/serverless-apiserversource.adoc
44

55
:_content-type: PROCEDURE
6-
[id="apiserversource-yaml_context"]
6+
[id="apiserversource-yaml_{context}"]
77
= Creating an API server source by using YAML files
88

99
Creating Knative resources by using YAML files uses a declarative API, which enables you to describe event sources declaratively and in a reproducible manner. To create an API server source by using YAML, you must create a YAML file that defines an `ApiServerSource` object, then apply it by using the `oc apply` command.

modules/nodes-dashboard-using-identify-critical-cpu-kubelet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-cpu-kubelet"]
6+
[id="nodes-dashboard-using-identify-critical-cpu-kubelet_{context}"]
77
= Nodes with Kubelet system reserved CPU utilization > 50%
88

99
The *Nodes with Kubelet system reserved CPU utilization > 50%* query calculates the percentage of the CPU that the Kubelet system is currently using from system reserved.

modules/nodes-dashboard-using-identify-critical-memory-crio.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-memory-crio"]
6+
[id="nodes-dashboard-using-identify-critical-memory-crio_{context}"]
77
= Nodes with CRI-O system reserved memory utilization > 50%
88

99
The *Nodes with CRI-O system reserved memory utilization > 50%* query calculates all nodes where the percentage of used memory reserved for the CRI-O system is greater than or equal to 50%. In this case, memory usage is defined by the resident set size (RSS), which is the portion of the CRI-O system's memory held in RAM.

modules/nodes-dashboard-using-identify-critical-memory-kubelet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-memory-kubelet"]
6+
[id="nodes-dashboard-using-identify-critical-memory-kubelet_{context}"]
77
= Nodes with Kubelet system reserved memory utilization > 50%
88

99
The *Nodes with Kubelet system reserved memory utilization > 50%* query indicates nodes where the Kubelet's system reserved memory utilization exceeds 50%. The query examines the memory that the Kubelet process itself is consuming on a node.

modules/nodes-dashboard-using-identify-critical-memory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-memory"]
6+
[id="nodes-dashboard-using-identify-critical-memory_{context}"]
77
= Nodes with system reserved memory utilization > 80%
88

99
The *Nodes with system reserved memory utilization > 80%* query calculates the percentage of system reserved memory that is utilized for each node. The calculation divides the total resident set size (RSS) by the total memory capacity of the node subtracted from the allocatable memory. RSS is the portion of the system's memory occupied by a process that is held in main memory (RAM). Nodes are flagged if their resulting value equals or exceeds an 80% threshold.

modules/nodes-dashboard-using-identify-critical-pulls.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-pulls"]
6+
[id="nodes-dashboard-using-identify-critical-pulls_{context}"]
77
= Failure rate for image pulls in the last hour
88

99
The *Failure rate for image pulls in the last hour* query divides the total number of failed image pulls by the sum of successful and failed image pulls to provide a ratio of failures.

modules/nodes-dashboard-using-identify-critical-top3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * nodes/nodes-dashboard-using.adoc
44

55
:_content-type: CONCEPT
6-
[id="nodes-dashboard-using-identify-critical-top3"]
6+
[id="nodes-dashboard-using-identify-critical-top3_{context}"]
77
= Top 3 containers with the most OOM kills in the last day
88

99
The *Top 3 containers with the most OOM kills in the last day* query fetches details regarding the top three containers that have experienced the most Out-Of-Memory (OOM) kills in the previous day.

modules/serverless-sinkbinding-intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * /serverless/eventing/event-sources/serverless-custom-event-sources.adoc
44

55
:_content-type: CONCEPT
6-
[id="serverless-sinkbinding-intro_context"]
6+
[id="serverless-sinkbinding-intro_{context}"]
77
= Sink binding
88

99
The `SinkBinding` object supports decoupling event production from delivery addressing. Sink binding is used to connect _event producers_ to an event consumer, or _sink_. An event producer is a Kubernetes resource that embeds a `PodSpec` template and produces events. A sink is an addressable Kubernetes object that can receive events.

0 commit comments

Comments
 (0)