Skip to content

Commit afc0c7d

Browse files
committed
📖 Fix 'clustrctl' typo
Signed-off-by: Jon Huhn <[email protected]>
1 parent 2fc48a8 commit afc0c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/clusterctl/config/embedded_manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package config
1919

2020
import _ "embed"
2121

22-
// ClusterctlAPIManifest contains the clustectl manifests in raw bytes format.
22+
// ClusterctlAPIManifest contains the clusterctl manifests in raw bytes format.
2323
//
2424
//go:embed manifest/clusterctl-api.yaml
2525
var ClusterctlAPIManifest []byte

docs/book/src/tasks/automated-machine-management/healthchecking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This is useful for dynamically scaling clusters where the number of machines kee
158158

159159
## Skipping Remediation
160160

161-
There are scenarios where remediation for a machine may be undesirable (eg. during cluster migration using `clustrctl move`). For such cases, MachineHealthCheck provides 2 mechanisms to skip machines for remediation.
161+
There are scenarios where remediation for a machine may be undesirable (eg. during cluster migration using `clusterctl move`). For such cases, MachineHealthCheck provides 2 mechanisms to skip machines for remediation.
162162

163163
Implicit skipping when the resource is paused (using `cluster.x-k8s.io/paused` annotation):
164164
- When a cluster is paused, none of the machines in that cluster are considered for remediation.

0 commit comments

Comments
 (0)