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: docs/book/src/developer/core/controllers/machine.md
+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
@@ -17,7 +17,7 @@ Among those rules:
17
17
- InfraMachine SHOULD report [terminal failures](../../providers/contracts/infra-machine.md#inframachine-terminal-failures)
18
18
19
19
Similarly, in order to support different machine bootstrappers, The Machine resource references
20
-
a BootstrapConfig object, e.g. KubeadmBoostrapConfig etc.
20
+
a BootstrapConfig object, e.g. KubeadmBootstrapConfig etc.
21
21
22
22
The [BootstrapConfig resource contract](../../providers/contracts/bootstrap-config.md) defines a set of rules a provider is expected to comply with in order to allow
23
23
the expected interactions with the Machine controller.
Copy file name to clipboardExpand all lines: docs/book/src/developer/core/repository-layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Some of the subfolders are:
84
84
85
85
*[~/config/webhook](https://github.com/kubernetes-sigs/cluster-api/tree/main/config/webhook) - Manifest for webhooks generated from the markers defined in the web hook implementations present in [api](#api) folder.
86
86
87
-
Note: Additional `config` containing manifests can be found in the packages for [KubeadmControlPlane](#controlplane), [KubeadmBoostrap](#bootstrap) and [Cluster API Provider Docker](#cluster-api-provider-docker).
87
+
Note: Additional `config` containing manifests can be found in the packages for [KubeadmControlPlane](#controlplane), [KubeadmBootstrap](#bootstrap) and [Cluster API Provider Docker](#cluster-api-provider-docker).
88
88
89
89
### Controllers
90
90
@@ -154,4 +154,4 @@ This directory contains the implementation of some of the Cluster API webhooks.
154
154
155
155
This folder exposes the custom webhooks present in [~internal/webhooks](#webhooks) to the users of CAPI.
156
156
157
-
Note: Additional webhook implementations can be found in the API packages for [KubeadmControlPlane](#controlplane), [KubeadmBoostrap](#bootstrap) and [Cluster API Provider Docker](#cluster-api-provider-docker).
157
+
Note: Additional webhook implementations can be found in the API packages for [KubeadmControlPlane](#controlplane), [KubeadmBootstrap](#bootstrap) and [Cluster API Provider Docker](#cluster-api-provider-docker).
Copy file name to clipboardExpand all lines: docs/book/src/reference/api/owner-references.md
+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
@@ -1,7 +1,7 @@
1
1
# Owner References
2
2
3
3
Cluster API uses [Kubernetes owner references](https://kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/) to track relationships between objects. These references are used
4
-
for Kubernetes garbage collection, which is also used for Cluster deletion in CAPI. They are also used places where
4
+
for Kubernetes garbage collection, which is also used for Cluster deletion in CAPI. They are also used in places where
5
5
the ownership hierarchy is important, for example when using `clusterctl move`.
6
6
7
7
CAPI uses owner references in an opinionated way. The following guidelines should be considered:
Copy file name to clipboardExpand all lines: docs/book/src/tasks/diagnostics.md
+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
@@ -4,7 +4,7 @@
4
4
5
5
With CAPI v1.6 we introduced new flags to allow serving metrics, the pprof endpoint and an endpoint to dynamically change log levels securely in production.
A new MachineDeployment can be added to the Cluster by adding a new MachineDeployment spec under `/spec/topology/workers/machineDeployments/`. To do so we can patch our Cluster with:
This patch will make the below changes on the Cluster yaml:
@@ -191,7 +191,7 @@ Which will return something like:
191
191
192
192
In order to run a different version of etcd in new ControlPlane machines - the part of the spec this variable sets - change the value using the below patch:
Copy file name to clipboardExpand all lines: docs/book/src/tasks/experimental-features/experimental-features.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,6 @@ Following controller manager deployments have to be edited in order to enable/di
99
99
*[CAPD](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#capd). Other [Infrastructure Providers](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#infrastructure-provider)
100
100
might also require this. Please consult the docs of the concrete [Infrastructure Provider](https://cluster-api.sigs.k8s.io/reference/providers#infrastructure)
0 commit comments