Skip to content

Commit

Permalink
Update providers to not say they install CRDs (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbis authored Oct 27, 2023
1 parent 7b041e4 commit 2370e5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions content/master/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ for more information.

## Install a Provider

Installing a provider creates a Provider pod that's responsible for installing
the Provider's APIs into the Kubernetes cluster. Providers constantly watch the
state of the desired managed resources and create any external resources that
are missing.
Installing a provider creates new Kubernetes resources representing the
Provider's APIs. Installing a provider also creates a Provider pod that's
responsible for reconciling the Provider's APIs into the Kubernetes cluster.
Providers constantly watch the state of the desired managed resources and create
any external resources that are missing.

Install a Provider with a Crossplane
{{<hover label="install" line="2">}}Provider{{</hover >}} object setting the
Expand Down
9 changes: 5 additions & 4 deletions content/v1.12/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ for more information.

## Install a Provider

Installing a provider creates a Provider pod that's responsible for installing
the Provider's APIs into the Kubernetes cluster. Providers constantly watch the
state of the desired managed resources and create any external resources that
are missing.
Installing a provider creates new Kubernetes resources representing the
Provider's APIs. Installing a provider also creates a Provider pod that's
responsible for reconciling the Provider's APIs into the Kubernetes cluster.
Providers constantly watch the state of the desired managed resources and create
any external resources that are missing.

Install a Provider with a Crossplane
{{<hover label="install" line="2">}}Provider{{</hover >}} object setting the
Expand Down
9 changes: 5 additions & 4 deletions content/v1.13/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ for more information.

## Install a Provider

Installing a provider creates a Provider pod that's responsible for installing
the Provider's APIs into the Kubernetes cluster. Providers constantly watch the
state of the desired managed resources and create any external resources that
are missing.
Installing a provider creates new Kubernetes resources representing the
Provider's APIs. Installing a provider also creates a Provider pod that's
responsible for reconciling the Provider's APIs into the Kubernetes cluster.
Providers constantly watch the state of the desired managed resources and create
any external resources that are missing.

Install a Provider with a Crossplane
{{<hover label="install" line="2">}}Provider{{</hover >}} object setting the
Expand Down

0 comments on commit 2370e5b

Please sign in to comment.