docs snapshot for crossplane version `master`

This commit is contained in:
Crossplane 2021-02-01 20:39:37 +00:00
parent f446de1e26
commit 1f50f5ff2a
3 changed files with 7 additions and 6 deletions

View File

@ -110,7 +110,8 @@ kind: RDSInstance
metadata:
name: prod-sql
spec:
providerConfigRef: prod-acc
providerConfigRef:
name: prod-acc
...
```

View File

@ -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.

View File

@ -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