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
"Bootstrap providers and versions (e.g. kubeadm:v1.1.5) to add to the management cluster. If unspecified, Kubeadm bootstrap provider's latest release is used.")
"Control plane providers and versions (e.g. kubeadm:v1.1.5) to add to the management cluster. If unspecified, the Kubeadm control plane provider's latest release is used.")
|[`clusterctl generate cluster`](generate-cluster.md)| Generate templates for creating workload clusters. |
13
-
|[`clusterctl generate provider`](generate-provider.md)| Generate templates for provider components. |
14
-
|[`clusterctl generate yaml`](generate-yaml.md)| Process yaml using clusterctl's yaml processor. |
15
-
|[`clusterctl get kubeconfig`](get-kubeconfig.md)| Gets the kubeconfig file for accessing a workload cluster. |
16
-
|[`clusterctl help`](additional-commands.md#clusterctl-help)| Help about any command. |
17
-
|[`clusterctl init`](init.md)| Initialize a management cluster. |
18
-
|[`clusterctl move`](move.md)| Move Cluster API objects and all their dependencies between management clusters. |
19
-
|[`clusterctl restore`](additional-commands.md#clusterctl-restore)| Restore Cluster API objects from file by glob. |
20
-
|[`clusterctl upgrade plan`](upgrade.md#upgrade-plan)| Provide a list of recommended target versions for upgrading Cluster API providers in a management cluster. |
21
-
|[`clusterctl upgrade apply`](upgrade.md#upgrade-apply)| Apply new versions of Cluster API core and providers in a management cluster. |
|[`clusterctl generate cluster`](generate-cluster.md)| Generate templates for creating workload clusters. |
13
+
|[`clusterctl generate provider`](generate-provider.md)| Generate templates for provider components. |
14
+
|[`clusterctl generate yaml`](generate-yaml.md)| Process yaml using clusterctl's yaml processor. |
15
+
|[`clusterctl get kubeconfig`](get-kubeconfig.md)| Gets the kubeconfig file for accessing a workload cluster. |
16
+
|[`clusterctl help`](additional-commands.md#clusterctl-help)| Help about any command. |
17
+
|[`clusterctl init`](init.md)| Initialize a management cluster. |
18
+
|[`clusterctl init list-images`](additional-commands.md#clusterctl-init-list-images)| Lists the container images required for initializing the management cluster. |
19
+
|[`clusterctl move`](move.md)| Move Cluster API objects and all their dependencies between management clusters. |
20
+
|[`clusterctl restore`](additional-commands.md#clusterctl-restore)| Restore Cluster API objects from file by glob. |
21
+
|[`clusterctl upgrade plan`](upgrade.md#upgrade-plan)| Provide a list of recommended target versions for upgrading Cluster API providers in a management cluster. |
22
+
|[`clusterctl upgrade apply`](upgrade.md#upgrade-apply)| Apply new versions of Cluster API core and providers in a management cluster. |
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/v1.2-to-v1.3.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
19
19
### Deprecation
20
20
21
21
-`sigs.k8s.io/cluster-api/controllers/external.CloneTemplate` has been deprecated and will be removed in a future release. Please use `sigs.k8s.io/cluster-api/controllers/external.CreateFromTemplate` instead.
22
+
-`clusterctl init --list-images` has been deprecated and will be removed in a future release. Please use `clusterctl init list-images` instead.
0 commit comments