Skip to content

Commit 04f9954

Browse files
authored
Merge pull request #202 from mergenci/readme-improvements
Improve Readme
2 parents a683e3b + 3106b87 commit 04f9954

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ configuration package](https://docs.crossplane.io/latest/concepts/packages/)
108108
so there is a single command to install it:
109109

110110
```console
111-
up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.1.0
111+
up ctp configuration install xpkg.upbound.io/upbound/platform-ref-aws:v1.2.0
112112
```
113113

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

172172
Alternatively, you can use a postgresql claim:
173173

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

178178
Now deploy the sample application:
179179

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

@@ -191,7 +191,9 @@ kubectl get claim,composite,managed
191191
```
192192

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

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

246248
```console
247-
249+
up login
248250
```
249251

250252
### Make the changes

0 commit comments

Comments
 (0)