Skip to content

Commit

Permalink
add copy-lines attribute and indicate when outputs are truncated
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed Jun 27, 2023
1 parent a83c8a9 commit 01bbe0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions content/master/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ View the status of a Provider with
During the install a Provider report `INSTALLED` as `True` and `HEALTHY` as
`Unknown`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 63s
Expand All @@ -156,7 +156,7 @@ crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crosspla
After the Provider install completes and it's ready for use the `HEALTHY` status
reports `True`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True True xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 88s
Expand All @@ -181,6 +181,7 @@ kubectl describe provider
Name: my-provider
API Version: pkg.crossplane.io/v1
Kind: Provider
# Removed for brevity
Status:
Conditions:
Reason: HealthyPackageRevision
Expand All @@ -189,6 +190,7 @@ Status:
Reason: ActivePackageRevision
Status: True
Type: Installed
# Removed for brevity
```

#### Types
Expand Down
6 changes: 4 additions & 2 deletions content/v1.11/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ View the status of a Provider with
During the install a Provider report `INSTALLED` as `True` and `HEALTHY` as
`Unknown`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 63s
Expand All @@ -156,7 +156,7 @@ crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crosspla
After the Provider install completes and it's ready for use the `HEALTHY` status
reports `True`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True True xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 88s
Expand All @@ -181,6 +181,7 @@ kubectl describe provider
Name: my-provider
API Version: pkg.crossplane.io/v1
Kind: Provider
# Removed for brevity
Status:
Conditions:
Reason: HealthyPackageRevision
Expand All @@ -189,6 +190,7 @@ Status:
Reason: ActivePackageRevision
Status: True
Type: Installed
# Removed for brevity
```

#### Types
Expand Down
6 changes: 4 additions & 2 deletions content/v1.12/concepts/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ View the status of a Provider with
During the install a Provider report `INSTALLED` as `True` and `HEALTHY` as
`Unknown`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 63s
Expand All @@ -156,7 +156,7 @@ crossplane-contrib-provider-aws True Unknown xpkg.upbound.io/crosspla
After the Provider install completes and it's ready for use the `HEALTHY` status
reports `True`.

```shell
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-aws True True xpkg.upbound.io/crossplane-contrib/provider-aws:v0.39.0 88s
Expand All @@ -181,6 +181,7 @@ kubectl describe provider
Name: my-provider
API Version: pkg.crossplane.io/v1
Kind: Provider
# Removed for brevity
Status:
Conditions:
Reason: HealthyPackageRevision
Expand All @@ -189,6 +190,7 @@ Status:
Reason: ActivePackageRevision
Status: True
Type: Installed
# Removed for brevity
```

#### Types
Expand Down

0 comments on commit 01bbe0a

Please sign in to comment.