Skip to content

Commit e6d0e7f

Browse files
committed
Addressing feedback in PR
Signed-off-by: Craig D Wilhite <[email protected]>
1 parent 6f2c396 commit e6d0e7f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+102
-111
lines changed

content/master/cli/command-reference.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ in the package documentation.
377377

378378
### xpkg login
379379

380-
Use `xpkg login` to authenticate to `xpkg.crossplane.io`, the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry used by the Crossplane project.
380+
Use `xpkg login` to authenticate to registries that host Crossplane packages.
381381

382382
#### Flags
383383

@@ -428,7 +428,7 @@ Authenticate to a registered organization in the Upbound Marketplace with the
428428
`--account` option, along with the username and password or token.
429429

430430
For example,
431-
`crossplane xpkg login --account=Upbound --username=my-user --password -`. -->
431+
`crossplane xpkg login --account=Upbound --username=my-user --password -`.
432432

433433
### xpkg logout
434434

@@ -496,9 +496,6 @@ already installed in Crossplane.
496496

497497
`crossplane xpkg update <package-kind> <registry package name and tag> [<optional-name>]`
498498

499-
The package file must be an organization, image and tag on the `xpkg.crossplane.io`
500-
GitHub Container Registry in [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub org.
501-
502499
For example, to update to the latest version of the
503500
[AWS S3 provider](https://github.com/crossplane-contrib/provider-upjet-aws):
504501

content/master/concepts/connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All the following examples use the same set of Compositions,
4949
CompositeResourceDefinitions and Claims.
5050

5151
All examples rely on
52-
[provider-aws-iam](https://github.com/REPLACEME)
52+
[provider-aws-iam](https://github.com/crossplane-contrib/provider-upjet-aws)
5353
to create resources.
5454

5555
{{<expand "Reference Composition" >}}

content/master/concepts/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ For example, this installation of the Getting Started Configuration is
379379
```shell {copy-lines="1"}
380380
kubectl get providers
381381
NAME INSTALLED HEALTHY PACKAGE AGE
382-
provider-aws-s3 True False xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1.0.0 12s
382+
provider-aws-s3 True False xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 12s
383383
```
384384

385385
To see more information on why the Provider isn't `HEALTHY` use
@@ -392,7 +392,7 @@ API Version: pkg.crossplane.io/v1
392392
Kind: ProviderRevision
393393
Spec:
394394
Desired State: Active
395-
Image: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1.0.0
395+
Image: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1
396396
Revision: 1
397397
Status:
398398
Conditions:
@@ -430,10 +430,10 @@ View the `ProviderRevisions` with
430430
```shell {label="getPR",copy-lines="1"}
431431
kubectl get providerrevisions
432432
NAME HEALTHY REVISION IMAGE STATE DEP-FOUND DEP-INSTALLED AGE
433-
provider-aws-s3-dbc7f981d81f True 1 xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.0.0 Active 1 1 10d
433+
provider-aws-s3-dbc7f981d81f True 1 xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 Active 1 1 10d
434434
provider-nop-552a394a8acc True 2 xpkg.crossplane.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
435435
provider-nop-7e62d2a1a709 True 1 xpkg.crossplane.io/crossplane-contrib/provider-nop:v0.2.0 Inactive 13d
436-
crossplane-contrib-provider-family-aws-710d8cfe9f53 True 1 xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.0.0 Active 10d
436+
crossplane-contrib-provider-family-aws-710d8cfe9f53 True 1 xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.20.1 Active 10d
437437
```
438438

439439
By default Crossplane keeps a single

content/master/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defines a
107107
resource for creating and managing AWS S3 storage buckets.
108108

109109
In the `bucket` CRD is a
110-
[`spec.forProvider.region`](https://github.com/crossplane-contrib/provider-upjet-aws/blob/d83ef906bd17a7b6df814310e2ed7d674e99b786/package/crds/s3.aws.upbound.io_buckets.yaml#L91)
110+
[`spec.forProvider.region`](https://github.com/crossplane-contrib/provider-upjet-aws/blob/release-1.20/package/crds/s3.aws.upbound.io_buckets.yaml#L91)
111111
value that defines which AWS region to deploy the bucket in.
112112

113113
Crossplane's [public package registries](https://www.crossplane.io/registries) contain a large

content/master/getting-started/provider-aws-part-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.crossplane.io/crossplane-contrib/provider-aws-dynamodb:v1.0.0 3m55s
110-
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.0.0 13m
111-
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.0.0 13m
109+
provider-aws-dynamodb True True xpkg.crossplane.io/crossplane-contrib/provider-aws-dynamodb:v1.20.1 3m55s
110+
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 13m
111+
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.20.1 13m
112112
```
113113

114114
## Create a custom API

content/master/getting-started/provider-aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ kind: Provider
3737
metadata:
3838
name: provider-aws-s3
3939
spec:
40-
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1
40+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1
4141
EOF
4242
```
4343

@@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
5252
```shell {copy-lines="1",label="getProvider"}
5353
kubectl get providers
5454
NAME INSTALLED HEALTHY PACKAGE AGE
55-
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:1.0.0 97s
56-
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:1.0.0 88s
55+
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:1.20.1 97s
56+
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:1.20.1 88s
5757
```
5858

5959
The S3 Provider installs a second Provider, the

content/master/getting-started/provider-azure-part-2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ kind: Provider
496496
metadata:
497497
name: provider-azure-compute
498498
spec:
499-
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-compute:v1.11.1
499+
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.20.1
500500
EOF
501501
```
502502

@@ -506,9 +506,9 @@ View the new Compute provider with `kubectl get providers`.
506506
```shell {copy-lines="1"}
507507
kubectl get providers
508508
NAME INSTALLED HEALTHY PACKAGE AGE
509-
provider-azure-compute True True xpkg.crossplane.io/crossplane-contrib/provider-azure-compute:v1.0.0 25s
510-
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.0.0 3h
511-
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-azure:v1.0.0 3h
509+
provider-azure-compute True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 25s
510+
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 3h
511+
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.1 3h
512512
```
513513

514514
## Access the custom API

content/master/getting-started/provider-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
5454
```shell {copy-lines="1",label="getProvider"}
5555
kubectl get providers
5656
NAME INSTALLED HEALTHY PACKAGE AGE
57-
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.0.0 38s
58-
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-azure:v1.0.0 26s
57+
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 38s
58+
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.1 26s
5959
```
6060

6161
The Network Provider installs a second Provider, the

content/master/getting-started/provider-gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
5151
```shell {copy-lines="1",label="getProvider"}
5252
kubectl get providers
5353
NAME INSTALLED HEALTHY PACKAGE AGE
54-
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.0.0 36s
55-
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-gcp:v1.0.0 29s
54+
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-v1.11.4 36s
55+
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.4 29s
5656
```
5757

5858
The Storage Provider installs a second Provider, the

content/master/guides/troubleshoot-crossplane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ weight: 306
55
## Requested Resource Not Found
66

77
If you use the Crossplane CLI to install a `Provider` or
8-
`Configuration` (for example, `crossplane install provider
9-
xpkg.crossplane.io/crossplane-contrib/provider-aws:v0.33.0`) and get `the server
8+
`Configuration` (for example, `crossplane xpkg install provider
9+
xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1`) and get `the server
1010
could not find the requested resource` error, more often than not, that's an
1111
indicator that the Crossplane CLI you're using is outdated. In other words
1212
some Crossplane API has been graduated from alpha to beta or stable and the old

0 commit comments

Comments
 (0)