diff --git a/docs/master/introduction/providers.md b/docs/master/introduction/providers.md index d9a61408..d461e3e3 100644 --- a/docs/master/introduction/providers.md +++ b/docs/master/introduction/providers.md @@ -110,7 +110,8 @@ kind: RDSInstance metadata: name: prod-sql spec: - providerConfigRef: prod-acc + providerConfigRef: + name: prod-acc ... ``` diff --git a/docs/master/reference/install.md b/docs/master/reference/install.md index b21a88f7..b8fb846b 100644 --- a/docs/master/reference/install.md +++ b/docs/master/reference/install.md @@ -23,7 +23,7 @@ channels. ### Stable -The alpha channel is the most recent release of Crossplane that is considered +The stable channel is the most recent release of Crossplane that is considered ready for the community. ```console @@ -105,7 +105,7 @@ For example, the following command will install Crossplane with an image pull policy of `IfNotPresent`. ```console -helm install --namespace crossplane-system crossplane-alpha/crossplane --set image.pullPolicy=IfNotPresent +helm install --namespace crossplane-system crossplane-stable/crossplane --set image.pullPolicy=IfNotPresent ``` ### Settings File @@ -114,7 +114,7 @@ Alternatively, a yaml file that specifies the values for the above parameters (`values.yaml`) can be provided while installing the chart. ```console -helm install crossplane --namespace crossplane-system crossplane-alpha/crossplane -f values.yaml +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane -f values.yaml ``` Here are the sample settings to get you started. diff --git a/docs/master/reference/troubleshoot.md b/docs/master/reference/troubleshoot.md index ccae9502..cf42dffb 100644 --- a/docs/master/reference/troubleshoot.md +++ b/docs/master/reference/troubleshoot.md @@ -12,7 +12,7 @@ indent: true * [Resource Events] * [Crossplane Logs] * [Pausing Crossplane] -* [Deleting a Resource Hangs] +* [Deleting When a Resource Hangs] ## Requested Resource Not Found @@ -143,4 +143,4 @@ kubectl patch cloudsqlinstance my-db -p '{"metadata":{"finalizers": []}}' --type [Resource Events]: #resource-events [Crossplane Logs]: #crossplane-logs [Pausing Crossplane]: #pausing-crossplane -[Deleting When a Resource Hangs]: #deleting-a-resource-hangs +[Deleting When a Resource Hangs]: #deleting-when-a-resource-hangs