You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/azure-stack-hub-internal-ca.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ spec:
31
31
name: user-ca-bundle
32
32
status: {}
33
33
----
34
-
. Optional: Back up the `manifests/ cluster-proxy-01-config.yaml` file. The installation program consumes the `manifests/` directory when you you deploy the cluster.
34
+
. Optional: Back up the `manifests/ cluster-proxy-01-config.yaml` file. The installation program consumes the `manifests/` directory when you deploy the cluster.
Copy file name to clipboardExpand all lines: modules/bmo-about-the-baremetalhost-resource.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ a| The `bmc` configuration setting contains the connection information for the b
45
45
| The boot mode of the host. It defaults to `UEFI`, but it can also be set to `legacy` for BIOS boot, or `UEFISecureBoot`.
46
46
47
47
| `consumerRef`
48
-
| A reference to another resource that is using the host. It could be empty if another resource is not currently using the host. For example, a `Machine` resource might use the host when the the `machine-api` is using the host.
48
+
| A reference to another resource that is using the host. It could be empty if another resource is not currently using the host. For example, a `Machine` resource might use the host when the `machine-api` is using the host.
49
49
50
50
| `description`
51
51
| A human-provided string to help identify the host.
Copy file name to clipboardExpand all lines: modules/eco-poison-pill-operator-about.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
[id="about-poison-pill-operator_{context}"]
7
7
= About the Poison Pill Operator
8
8
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.
10
10
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.
== Understanding the Poison Pill Operator configuration
@@ -31,7 +31,7 @@ spec:
31
31
watchdogFilePath: /test/watchdog1 <2>
32
32
isSoftwareRebootEnabled: true <3>
33
33
apiServerTimeout: 15s <4>
34
-
apiCheckInterval: 5s <5>
34
+
apiCheckInterval: 5s <5>
35
35
maxApiErrorThreshold: 3 <6>
36
36
peerApiServerTimeout: 5s <7>
37
37
peerDialTimeout: 5s <8>
@@ -42,10 +42,10 @@ spec:
42
42
<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.
43
43
<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.
44
44
<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.
46
46
<5> Specify the frequency to check connectivity with each API server.
47
47
<6> Specify a threshold value. After reaching this threshold, the node starts contacting its peers.
48
48
<7> Specify the timeout duration to connect with the peer API server.
49
49
<8> Specify the timeout duration for establishing connection with the peer.
50
50
<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.
The decompressed VHD file is approximately 16 GB, so be sure that your host system has 16 GB of free space available. The VHD file can be deleted once you have uploaded it.
161
161
====
162
-
. Upload the the local VHD to the Azure Stack Hub environment, making sure that the blob is publicly available. For example, you can upload the VHD to a blob using the `az` cli or the web portal.
162
+
. Upload the local VHD to the Azure Stack Hub environment, making sure that the blob is publicly available. For example, you can upload the VHD to a blob using the `az` cli or the web portal.
Copy file name to clipboardExpand all lines: modules/nodes-pods-autoscaling-best-practices-hpa.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Missing resource request values can affect the optimal performance of the HPA.
12
12
13
13
.Configure the cool down period
14
14
During horizontal pod autoscaling, there might be a rapid scaling of events without a time gap. Configure the cool down period to prevent frequent replica fluctuations.
15
-
You can specify a cool down period by configuring the `stabilizationWindowSeconds` field. The stabilization window is used to restrict the the fluctuation of replicas count when the metrics used for scaling keep fluctuating.
15
+
You can specify a cool down period by configuring the `stabilizationWindowSeconds` field. The stabilization window is used to restrict the fluctuation of replicas count when the metrics used for scaling keep fluctuating.
16
16
The autoscaling algorithm uses this window to infer a previous desired state and avoid unwanted changes to workload scale.
17
17
18
18
For example, a stabilization window is specified for the `scaleDown` field:
0 commit comments