Skip to content

Commit 65fbabe

Browse files
authored
Merge pull request #11236 from tsuzu/fix-typo
📖 Fix typos
2 parents 56b5af9 + 33bc162 commit 65fbabe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/metrics/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Metrics
22

3-
**Disclamer**: This is a temporary workaround. The long-term goal is to generate metric configuration from API type markers.
3+
**Disclaimer**: This is a temporary workaround. The long-term goal is to generate metric configuration from API type markers.
44

55
The make target `generate-metrics-config` is used to generate a single file which contains the Cluster API specific custom resource configuration for kube-state-metrics.
66

docs/book/src/developer/providers/migrations/v1.8-to-v1.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ maintainers of providers and consumers of our Go API.
2828

2929
### Suggested changes for providers
3030

31-
- The Errors package was created when capi provider implementation was running as machineActuators that needed to vendor core capi to function. There is no usage recommendations today and its value is questionable since we moved to CRDs that inter-operate mostly via conditions. Instead we plan to drop the dedicated semantic for terminal failure and keep improving Machine lifecycle signal through conditions. Therefore the Errors package [has been deprecated in v1.8](https://github.com/kubernetes-sigs/cluster-api/issues/10784). It's recommented to remove any usage of the currently exported variables.
31+
- The Errors package was created when capi provider implementation was running as machineActuators that needed to vendor core capi to function. There is no usage recommendations today and its value is questionable since we moved to CRDs that inter-operate mostly via conditions. Instead we plan to drop the dedicated semantic for terminal failure and keep improving Machine lifecycle signal through conditions. Therefore the Errors package [has been deprecated in v1.8](https://github.com/kubernetes-sigs/cluster-api/issues/10784). It's recommended to remove any usage of the currently exported variables.

docs/book/src/reference/api/metadata-propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Top-level labels that meet a specific cretria are propagated to the Node labels
6363
- `.labels.[label-meets-criteria]` => `Node.labels`
6464
- `.annotations` => Not propagated.
6565

66-
Label should meet one of the following criterias to propagate to Node:
66+
Label should meet one of the following criteria to propagate to Node:
6767
- Has `node-role.kubernetes.io` as prefix.
6868
- Belongs to `node-restriction.kubernetes.io` domain.
6969
- Belongs to `node.cluster.x-k8s.io` domain.

0 commit comments

Comments
 (0)