Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kind: Provider
metadata:
name: provider-scaleway
spec:
package: xpkg.upbound.io/scaleway/provider-scaleway:v0.1
package: xpkg.upbound.io/scaleway/provider-scaleway:v0.1.0
EOF
```

Expand All @@ -68,15 +68,15 @@ You should get an output similar to the following one, providing details about t
```shell
$ kubectl get provider
NAME INSTALLED HEALTHY PACKAGE AGE
provider-scaleway True True xpkg.upbound.io/scaleway/provider-scaleway:v0.1 11s
provider-scaleway True True xpkg.upbound.io/scaleway/provider-scaleway:v0.1.0 11s
```

If there are any issue during the process of downloading and installing the provider, the `INSTALLED` field will return as empty. In that case, run `kubectl describe providers` to get more information.

```shell
$ kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-scaleway xpkg.upbound.io/scaleway/provider-scaleway:v0.1 76s
provider-scaleway xpkg.upbound.io/scaleway/provider-scaleway:v0.1.0 76s
```

### Create a Kubernetes secret resource for Scaleway
Expand Down