diff --git a/docs/v1.6/concepts/composition.md b/docs/v1.6/concepts/composition.md index 638d8437..bad32d2a 100644 --- a/docs/v1.6/concepts/composition.md +++ b/docs/v1.6/concepts/composition.md @@ -86,6 +86,9 @@ spec: names: kind: XPostgreSQLInstance plural: xpostgresqlinstances + claimNames: + kind: PostgreSQLInstance + plural: postgresqlinstances versions: - name: v1alpha1 served: true diff --git a/docs/v1.6/concepts/providers.md b/docs/v1.6/concepts/providers.md index 0509af8d..8f3e2b1c 100644 --- a/docs/v1.6/concepts/providers.md +++ b/docs/v1.6/concepts/providers.md @@ -57,7 +57,7 @@ kind: Provider metadata: name: provider-aws spec: - package: "crossplane/provider-aws:v1.6.0" + package: "crossplane/provider-aws:v1.6.1" ``` The field `spec.package` is where you refer to the container image of the @@ -68,9 +68,9 @@ There are a few other ways to to trigger the installation of provider packages: * As part of Crossplane Helm chart by adding the following statement to your `helm install` command: `--set - provider.packages={crossplane/provider-aws:v1.6.0}`. + provider.packages={crossplane/provider-aws:v1.6.1}`. * Using the Crossplane CLI: `kubectl crossplane install provider - crossplane/provider-aws:v1.6.0` + crossplane/provider-aws:v1.6.1` You can uninstall a provider by deleting the `Provider` resource you've created. diff --git a/docs/v1.6/getting-started/create-configuration.md b/docs/v1.6/getting-started/create-configuration.md index 7775462d..0e95c1f9 100644 --- a/docs/v1.6/getting-started/create-configuration.md +++ b/docs/v1.6/getting-started/create-configuration.md @@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.6.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.6.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.6.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.6.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.6.0 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.6.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.6.0 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.6.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.6/reference/troubleshoot.md b/docs/v1.6/reference/troubleshoot.md index c9b45539..96581bdf 100644 --- a/docs/v1.6/reference/troubleshoot.md +++ b/docs/v1.6/reference/troubleshoot.md @@ -21,7 +21,7 @@ indent: true ## Requested Resource Not Found If you use the kubectl Crossplane plugin to install a `Provider` or `Configuration` -(e.g. `kubectl crossplane install provider crossplane/provider-aws:v1.6.0`) and +(e.g. `kubectl crossplane install provider crossplane/provider-aws:v1.6.1`) and get `the server could not find the requested resource` error, more often than not, that is an indicator that the kubectl Crossplane you're using is outdated. In other words some Crossplane API has been graduated from alpha to beta or stable