@@ -108,7 +108,7 @@ configuration package](https://docs.crossplane.io/latest/concepts/packages/)
108
108
so there is a single command to install it:
109
109
110
110
``` 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
112
112
```
113
113
114
114
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.
171
171
172
172
Alternatively, you can use a postgresql claim:
173
173
174
- ```
174
+ ``` console
175
175
kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/postgres-claim.yaml
176
176
```
177
177
178
178
Now deploy the sample application:
179
179
180
- ```
180
+ ``` console
181
181
kubectl apply -f https://raw.githubusercontent.com/upbound/platform-ref-aws/main/examples/app-claim.yaml
182
182
```
183
183
@@ -191,7 +191,9 @@ kubectl get claim,composite,managed
191
191
```
192
192
193
193
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/ ) .
195
197
196
198
``` console
197
199
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.
244
246
Afterwards you can log in:
245
247
246
248
``` console
247
-
249
+ up login
248
250
```
249
251
250
252
### Make the changes
0 commit comments