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/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,12 +165,13 @@ docker run -it --rm registry.k8s.io/capi-operator/cluster-api-operator:${CAPI_OP
165
165
166
166
## Basic Cluster API Provider Installation
167
167
168
-
In this section, we will walk you through the basic process of installing Cluster API providers using the operator. The Cluster API operator manages four types of objects:
168
+
In this section, we will walk you through the basic process of installing Cluster API providers using the operator. The Cluster API operator manages five types of objects:
169
169
170
170
- CoreProvider
171
171
- BootstrapProvider
172
172
- ControlPlaneProvider
173
173
- InfrastructureProvider
174
+
- AddonProvider
174
175
175
176
Please note that this example provides a basic configuration of Azure Infrastructure provider for getting started. More detailed examples and CRD descriptions will be provided in subsequent sections of this document.
0 commit comments