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/dev/cluster-api.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
@@ -26,7 +26,7 @@ The Cluster API system is formed of a set of binaries. The core Cluster API mana
26
26
The binaries are built and packaged during the standard installer build process, `hack/build.sh`. Cluster API specific build flow is contained in the `hack/build-cluster-api.sh` script:
27
27
- Only enabled if the `OPENSHIFT_INSTALL_CLUSTER_API` environment variable is set.
28
28
- Builds (as needed) every binary listed as a Go Module in the `cluster-api` folder.
29
-
- Downloads (as needed) the specified version of `envtest` to pacakge`kube-apiserver` and `etcd`.
29
+
- Downloads (as needed) the specified version of `envtest` to package`kube-apiserver` and `etcd`.
30
30
- Produces a single `cluster-api.zip` file which is then copied in `pkg/clusterapi/mirror`.
31
31
32
32
To build an `openshift-install` binary with Cluster API bundled:
0 commit comments