Skip to content

Commit e8e1903

Browse files
authored
Merge pull request #42773 from bergerhoffer/pr-42771-cp-49
[enterprise-4.9] Fixing some typos
2 parents a574699 + c9b66bc commit e8e1903

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

modules/eco-poison-pill-operator-about.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[id="about-poison-pill-operator_{context}"]
77
= About the Poison Pill Operator
88

9-
The Poison Pill Operator runs on the cluster nodes and reboots nodes that are identified as unhealthy. The Operator uses the `MachineHealthCheck` controller to detect the health of a node in the cluster. When a node is identified as unhealthy, the `MachineHealthCheck` resource creates the `PoisonPillRemediation` custom resource (CR), which triggers the Poison Pill Operator.
9+
The Poison Pill Operator runs on the cluster nodes and reboots nodes that are identified as unhealthy. The Operator uses the `MachineHealthCheck` controller to detect the health of a node in the cluster. When a node is identified as unhealthy, the `MachineHealthCheck` resource creates the `PoisonPillRemediation` custom resource (CR), which triggers the Poison Pill Operator.
1010

11-
The Poison Pill Operator minimizes downtime for stateful applications and restores compute capacity if transient failures occur. You can use this Operator regardless of the management interface, such as IPMI or an API to provision a node, and regardless of of the cluster installation type, such as Installer Provisioned Infrastructure (IPI) or User Provisioned Infrastructure (UPI).
11+
The Poison Pill Operator minimizes downtime for stateful applications and restores compute capacity if transient failures occur. You can use this Operator regardless of the management interface, such as IPMI or an API to provision a node, and regardless of the cluster installation type, such as installer-provisioned infrastructure or user-provisioned infrastructure.
1212

1313
[id="understanding-poison-pill-operator-config_{context}"]
1414
== Understanding the Poison Pill Operator configuration
@@ -31,7 +31,7 @@ spec:
3131
watchdogFilePath: /test/watchdog1 <2>
3232
isSoftwareRebootEnabled: true <3>
3333
apiServerTimeout: 15s <4>
34-
apiCheckInterval: 5s <5>
34+
apiCheckInterval: 5s <5>
3535
maxApiErrorThreshold: 3 <6>
3636
peerApiServerTimeout: 5s <7>
3737
peerDialTimeout: 5s <8>
@@ -42,10 +42,10 @@ spec:
4242
<1> Specify the timeout duration for the surviving peer, after which the Operator can assume that an unhealthy node has been rebooted. The Operator automatically calculates the lower limit for this value. However, if different nodes have different watchdog timeouts, you must change this value to a higher value.
4343
<2> Specify the file path of the watchdog device in the nodes. If a watchdog device is unavailable, the `PoisonPillConfig` CR uses a software reboot.
4444
<3> Specify if you want to enable software reboot of the unhealthy nodes. By default, the value of `isSoftwareRebootEnabled` is set to `true`. To disable the software reboot, set the parameter value to `false`.
45-
<4> Specify the timeout duration to check connectivity with each API server. When this duration elapses, the Operator starts remediation.
45+
<4> Specify the timeout duration to check connectivity with each API server. When this duration elapses, the Operator starts remediation.
4646
<5> Specify the frequency to check connectivity with each API server.
4747
<6> Specify a threshold value. After reaching this threshold, the node starts contacting its peers.
4848
<7> Specify the timeout duration to connect with the peer API server.
4949
<8> Specify the timeout duration for establishing connection with the peer.
5050
<9> Specify the timeout duration to get a response from the peer.
51-
<10> Specify the frequency to update peer information, such as IP address.
51+
<10> Specify the frequency to update peer information, such as IP address.

modules/installation-azure-user-infra-uploading-rhcos.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ ifeval::["{context}" == "installing-azure-user-infra"]
129129
endif::[]
130130
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
131131
:!ash:
132-
endif::[]
132+
endif::[]

modules/kube-apiserver-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ link:https://github.com/openshift/cluster-kube-apiserver-operator[openshift-kube
1919
== CRDs
2020

2121
* `kubeapiservers.operator.openshift.io`
22-
** Scope: Cluser
22+
** Scope: Cluster
2323
** CR: `kubeapiserver`
2424
** Validation: Yes
2525

modules/serverless-autoscaling-dashboard-navigating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="serverless-autoscaling-dashboard-navigating_{context}"]
77
= Navigating to the autoscaling dashboard
88

9-
You can use the following steps to navigate to the autoscaling dashboard in the the {product-title} web console.
9+
You can use the following steps to navigate to the autoscaling dashboard in the {product-title} web console.
1010

1111
.Prerequisites
1212

0 commit comments

Comments
 (0)