Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Readme #202

Merged
merged 4 commits into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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