Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 04abfff

Browse files
author
joshrosso
authored
correct typos in architecture docs (#1665)
This commit fixes multiple typos in the architecture documentation. Signed-off-by: joshrosso <rossoj@vmware.com>
1 parent 593f6e7 commit 04abfff

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/site/content/docs/latest/architecture.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,20 @@ Tanzu Community Edition provides package management to users via the `tanzu`
142142
CLI. Package management is defined as the discovery, installation, upgrading,
143143
and deletion of software that runs on Tanzu clusters. Each package is created
144144
using [carvel tools](https://carvel.dev/) and following our [packaging
145-
process](designs/package-process). Packages are put into a single bundle,
146-
called a package repository and pushed to an OCI-compliant registry. In Tanzu
147-
clusters, [kapp-controller](https://carvel.dev/kapp-controller). When a cluster
148-
is told about this package repository (likely via the `tanzu package repository`
149-
command), kapp-controller can pull down that repository and make all the packages
150-
available to the cluster. This relationship is shown below.
145+
process](designs/package-process). Packages are put into a single bundle, called
146+
a package repository and pushed to an OCI-compliant registry. In Tanzu clusters,
147+
[kapp-controller](https://carvel.dev/kapp-controller) is constantly watching for
148+
package repositories. When a cluster is told about this package repository
149+
(likely via the `tanzu package repository` command), kapp-controller can pull
150+
down that repository and make all the packages available to the cluster. This
151+
relationship is shown below.
151152

152153
![kapp-controller repo read](../../img/tanzu-carvel-new-apis.png)
153154

154155
With the packages available in the cluster, users of `tanzu` can install various
155-
packages. Under the hood, the creates an [PackageInstall](https://carvel.dev/kapp-controller/docs/latest/packaging/#packageinstall) resource that
156-
instructs `kapp-controller` to download the package and install the software in
157-
your cluster. This flow is shown below.
156+
packages. Within the cluster, a
157+
[PackageInstall](https://carvel.dev/kapp-controller/docs/latest/packaging/#packageinstall)
158+
resource is create and it instructs `kapp-controller` to download the package
159+
and install the software in your cluster. This flow is shown below.
158160

159161
![tanzu package install](../../img/tanzu-package-install-2.png)

0 commit comments

Comments
 (0)