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
* Google Cloud GKE [`Cluster`](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/resources/container.gcp.upbound.io/Cluster/v1beta1)
20
-
* Microsoft Azure PostgreSQL [`Database`](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/resources/dbforpostgresql.azure.upbound.io/Database/v1beta1)
18
+
* Amazon AWS EC2 `Instance` defined in [provider-upjet-aws](https://github.com/crossplane-contrib/provider-upjet-aws).
19
+
* Google Cloud GKE `Cluster` defined in [provider-upjet-gcp](https://github.com/crossplane-contrib/provider-upjet-gcp).
20
+
* Microsoft Azure PostgreSQL `Database` defined in [provider-upjet-azure](https://github.com/crossplane-contrib/provider-upjet-azure).
21
21
22
22
{{< hint "tip" >}}
23
23
@@ -35,7 +35,7 @@ Provider also define the available settings of a managed resource.
35
35
Each managed resource is a unique API endpoint with their own
36
36
group, kind and version.
37
37
38
-
For example the [Upbound AWS Provider](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/)
38
+
For example the [AWS Provider](https://github.com/crossplane-contrib/provider-upjet-aws)
39
39
defines the {{<hoverlabel="gkv"line="2">}}Instance{{</hover>}} kind from the
40
40
group {{<hoverlabel="gkv"line="1">}}ec2.aws.upbound.io{{</hover>}}
41
41
@@ -529,7 +529,7 @@ Crossplane stores these details in a Kubernetes Secret object specified by the
529
529
`writeConnectionSecretToRef`values.
530
530
531
531
For example, when creating an AWS RDS database instance with the Crossplane
Copy file name to clipboardExpand all lines: content/master/concepts/packages.md
+56-16Lines changed: 56 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,23 @@ the {{<hover line="6" label="install">}}spec.package{{</hover>}} value to the
34
34
location of the configuration package.
35
35
36
36
{{< hint "important" >}}
37
-
Beginning with Crossplane version 1.15.0 Crossplane uses the Upbound Marketplace
38
-
Crossplane package registry at `xpkg.upbound.io` by default for downloading and
37
+
Beginning with Crossplane version 1.20.0 Crossplane uses the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by default for downloading and
39
38
installing packages.
40
39
41
40
Specify the full domain name with the `package` or change the default Crossplane
42
41
registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
0 commit comments