Skip to content

Commit

Permalink
Merge pull request #202 from mergenci/readme-improvements
Browse files Browse the repository at this point in the history
Improve Readme
  • Loading branch information
ytsarev authored Oct 25, 2024
2 parents a683e3b + 3106b87 commit 04f9954
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ configuration package](https://docs.crossplane.io/latest/concepts/packages/)
so there is a single command to install it:

```console
up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.1.0
up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.2.0
```

Validate the install by inspecting the provider and configuration packages:
Expand Down Expand Up @@ -171,13 +171,13 @@ uses the same network to have connectivity with the EKS cluster.

Alternatively, you can use a postgresql claim:

```
```console
kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/postgres-claim.yaml
```

Now deploy the sample application:

```
```console
kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/app-claim.yaml
```

Expand All @@ -191,7 +191,9 @@ kubectl get claim,composite,managed
```

To get nice representation of the Claim deployment status you can use
[crossplane beta trace](https://docs.crossplane.io/latest/cli/command-reference/#beta-trace) command
[crossplane beta trace](https://docs.crossplane.io/latest/cli/command-reference/#beta-trace) command.
If you don't have `crossplane` CLI, see the [installation
instructions](https://docs.crossplane.io/latest/cli/).

```console
crossplane beta trace cluster.aws.platformref.upbound.io/platform-ref-aws
Expand Down Expand Up @@ -244,7 +246,7 @@ account](https://accounts.upbound.io/register) to push your custom platform.
Afterwards you can log in:

```console

up login
```

### Make the changes
Expand Down

0 comments on commit 04f9954

Please sign in to comment.