mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
d52990dae3
commit
2a2fad0989
|
@ -26,7 +26,7 @@ All of the objects that represent managed resources such as databases, clusters,
|
||||||
In general, simply getting the `yaml` output of a Crossplane object will give insightful information about its condition:
|
In general, simply getting the `yaml` output of a Crossplane object will give insightful information about its condition:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubetl get <resource-type> -o yaml
|
kubectl get <resource-type> -o yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, to get complete information about an Azure AKS cluster object, the following command will generate the below sample (truncated) output:
|
For example, to get complete information about an Azure AKS cluster object, the following command will generate the below sample (truncated) output:
|
||||||
|
|
Loading…
Reference in New Issue