mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
f446de1e26
commit
1f50f5ff2a
|
@ -110,7 +110,8 @@ kind: RDSInstance
|
||||||
metadata:
|
metadata:
|
||||||
name: prod-sql
|
name: prod-sql
|
||||||
spec:
|
spec:
|
||||||
providerConfigRef: prod-acc
|
providerConfigRef:
|
||||||
|
name: prod-acc
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ channels.
|
||||||
|
|
||||||
### Stable
|
### 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.
|
ready for the community.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
@ -105,7 +105,7 @@ For example, the following command will install Crossplane with an image pull
|
||||||
policy of `IfNotPresent`.
|
policy of `IfNotPresent`.
|
||||||
|
|
||||||
```console
|
```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
|
### 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.
|
(`values.yaml`) can be provided while installing the chart.
|
||||||
|
|
||||||
```console
|
```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.
|
Here are the sample settings to get you started.
|
||||||
|
|
|
@ -12,7 +12,7 @@ indent: true
|
||||||
* [Resource Events]
|
* [Resource Events]
|
||||||
* [Crossplane Logs]
|
* [Crossplane Logs]
|
||||||
* [Pausing Crossplane]
|
* [Pausing Crossplane]
|
||||||
* [Deleting a Resource Hangs]
|
* [Deleting When a Resource Hangs]
|
||||||
|
|
||||||
## Requested Resource Not Found
|
## Requested Resource Not Found
|
||||||
|
|
||||||
|
@ -143,4 +143,4 @@ kubectl patch cloudsqlinstance my-db -p '{"metadata":{"finalizers": []}}' --type
|
||||||
[Resource Events]: #resource-events
|
[Resource Events]: #resource-events
|
||||||
[Crossplane Logs]: #crossplane-logs
|
[Crossplane Logs]: #crossplane-logs
|
||||||
[Pausing Crossplane]: #pausing-crossplane
|
[Pausing Crossplane]: #pausing-crossplane
|
||||||
[Deleting When a Resource Hangs]: #deleting-a-resource-hangs
|
[Deleting When a Resource Hangs]: #deleting-when-a-resource-hangs
|
||||||
|
|
Loading…
Reference in New Issue