mirror of https://github.com/crossplane/docs.git
Fix broken external links (#489)
This commit is contained in:
parent
1c1d0e7692
commit
ca18d5860b
|
@ -231,7 +231,10 @@ Debugging Composite Resource Definition (XRD) is like debugging Compositions.
|
|||
#### Providers
|
||||
|
||||
You can use install providers in two ways: `configuration.pkg.crossplane.io` and `provider.pkg.crossplane.io`. You can use either one to install providers with no functional differences to providers themselves.
|
||||
If you define a `configuration.pkg.crossplane.io` object, Crossplane creates a `provider.pkg.crossplane.io` object and manages it. Refer to [this guide](https://github.com/crossplane/crossplane/blob/master/docs/concepts/packages.md) for more information about Crossplane Packages.
|
||||
If you define a `configuration.pkg.crossplane.io` object, Crossplane creates a
|
||||
`provider.pkg.crossplane.io` object and manages it. Refer to [the Packages
|
||||
documentation]({{<ref "/master/concepts/packages">}})
|
||||
for more information about Crossplane Packages.
|
||||
|
||||
If you are experiencing provider issues, steps below are a good starting point.
|
||||
|
||||
|
|
|
@ -924,5 +924,5 @@ patches_ and making all this configuration portable in Crossplane _packages_.
|
|||
## Next steps
|
||||
* **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -647,6 +647,6 @@ composition.yaml crossplane-aws-quickstart.xpkg crossplane.yaml definition.ya
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1063,7 +1063,7 @@ You can view the new CRDs with `kubectl get crds`. Every CRD maps to a unique AW
|
|||
|
||||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds).
|
||||
See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for AWS
|
||||
|
@ -1208,5 +1208,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-45eed4ae0" deleted
|
|||
|
||||
## Next steps
|
||||
* **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -1056,5 +1056,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn
|
||||
about _patching_ resources and creating Crossplane _Packages_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition.
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for Azure
|
||||
|
@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -963,5 +963,5 @@ _packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore GCP resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for GCP
|
||||
|
@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore GCP resources that can Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -189,10 +189,10 @@ implementations.
|
|||
|
||||
<!-- Named Links -->
|
||||
|
||||
[Events]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#event-v1-core
|
||||
[Events]: https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/
|
||||
[debugging an application cluster]: https://kubernetes.io/docs/tasks/debug-application-cluster/
|
||||
[Dave Cheney article]: https://dave.cheney.net/2015/11/05/lets-talk-about-logging
|
||||
[`event`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/event
|
||||
[`event`]: https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/
|
||||
[`logging`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/logging
|
||||
[Do]: https://peter.bourgon.org/go-best-practices-2016/#logging-and-instrumentation
|
||||
[not]: https://dave.cheney.net/2017/01/23/the-package-level-logger-anti-pattern
|
||||
|
|
|
@ -963,5 +963,5 @@ patches_ and making all this configuration portable in Crossplane _packages_.
|
|||
## Next steps
|
||||
* **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -634,6 +634,6 @@ composition.yaml crossplane-aws-quickstart.xpkg crossplane.yaml definition.ya
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1072,7 +1072,7 @@ AWS service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for AWS
|
||||
|
@ -1253,6 +1253,6 @@ bucket.s3.aws.upbound.io "crossplane-bucket-lrxrf" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore AWS resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -1052,5 +1052,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn
|
||||
about _patching_ resources and creating Crossplane _Packages_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition.
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for Azure
|
||||
|
@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -963,5 +963,5 @@ _packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore GCP resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for GCP
|
||||
|
@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore GCP resources that can Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -924,5 +924,5 @@ patches_ and making all this configuration portable in Crossplane _packages_.
|
|||
## Next steps
|
||||
* **[Continue to part 3]({{< ref "provider-aws-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -1063,7 +1063,7 @@ You can view the new CRDs with `kubectl get crds`. Every CRD maps to a unique AW
|
|||
|
||||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.27.0/crds).
|
||||
See details about all the supported CRDs in the [Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for AWS
|
||||
|
@ -1208,5 +1208,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-45eed4ae0" deleted
|
|||
|
||||
## Next steps
|
||||
* **[Continue to part 2]({{< ref "provider-aws-part-2">}})** to create a Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-aws/latest/crds).
|
||||
* Explore AWS resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-aws/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -1056,5 +1056,5 @@ patches_ and making all this configuration portable in Crossplane _Packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-azure-part-3">}})** to learn
|
||||
about _patching_ resources and creating Crossplane _Packages_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -805,6 +805,6 @@ composition.yaml crossplane-azure-quickstart.xpkg crossplane.yaml definition.
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
* Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1075,7 +1075,7 @@ Azure service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for Azure
|
||||
|
@ -1245,6 +1245,6 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-azure-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore Azure resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-azure/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
|
@ -963,5 +963,5 @@ _packages_.
|
|||
* **[Continue to part 3]({{< ref "provider-gcp-part-3">}})** to create a learn
|
||||
about _patching_ resources and creating Crossplane _packages_.
|
||||
* Explore GCP resources that Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
|
@ -654,6 +654,6 @@ composition.yaml crossplane-gcp-quickstart.xpkg crossplane.yaml definition.ya
|
|||
```
|
||||
|
||||
## Next steps
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
* Explore GCP resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.
|
||||
* Read more about [Crossplane concepts]({{<ref "../concepts" >}})
|
|
@ -1073,7 +1073,7 @@ GCP service Crossplane can provision and manage.
|
|||
|
||||
{{< hint type="tip" >}}
|
||||
See details about all the supported CRDs in the
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.28.0/crds).
|
||||
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
{{< /hint >}}
|
||||
|
||||
## Create a Kubernetes secret for GCP
|
||||
|
@ -1250,6 +1250,6 @@ bucket.storage.gcp.upbound.io "crossplane-bucket-8b7gw" deleted
|
|||
* **[Continue to part 2]({{< ref "provider-gcp-part-2">}})** to create a
|
||||
Crossplane _Composite Resource_ and _Claim_.
|
||||
* Explore GCP resources that can Crossplane can configure in the
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-gcp/latest/crds).
|
||||
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/).
|
||||
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||
Crossplane users and contributors.
|
Loading…
Reference in New Issue