Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken external links #489

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/knowledge-base/guides/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-aws-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/master/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-azure-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/master/getting-started/provider-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-gcp-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-gcp-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/master/getting-started/provider-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions content/v1.10/contributing/observability_developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-aws-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/v1.11/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-azure-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/v1.11/getting-started/provider-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-gcp-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.11/getting-started/provider-gcp-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/v1.11/getting-started/provider-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.12/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions content/v1.12/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.12/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/v1.12/getting-started/provider-azure-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
4 changes: 2 additions & 2 deletions content/v1.12/getting-started/provider-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Loading
Loading