@@ -142,18 +142,20 @@ Tanzu Community Edition provides package management to users via the `tanzu`
142
142
CLI. Package management is defined as the discovery, installation, upgrading,
143
143
and deletion of software that runs on Tanzu clusters. Each package is created
144
144
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.
151
152
152
153
![ kapp-controller repo read] ( ../../img/tanzu-carvel-new-apis.png )
153
154
154
155
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.
158
160
159
161
![ tanzu package install] ( ../../img/tanzu-package-install-2.png )
0 commit comments