Update provider version and fix azure typo (#531)

Co-authored-by: Jerod Culpepper <jerod.culp.work@gmail.com>
This commit is contained in:
Jerod Culpepper 2023-08-14 05:35:32 -07:00 committed by GitHub
parent 9fb4c45eec
commit ac61c7ee68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 18 deletions

View File

@ -10,7 +10,7 @@ aliases:
This guide is part 2 of a series.
[**Part 1**]({{<ref "provider-gcp" >}}) covers
to installing Crossplane and connect your Kubernetes cluster to Azure.
to installing Crossplane and connect your Kubernetes cluster to GCP.
{{< /hint >}}
@ -47,7 +47,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0
EOF
```
@ -397,7 +397,7 @@ kind: Provider
metadata:
name: provider-gcp-pubsub
spec:
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.35.0
EOF
```
@ -406,9 +406,9 @@ View the new PubSub provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-pubsub True False xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.34.0 7s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0 4h
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.34.0 4h
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.35.0 7s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0 4h
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.35.0 4h
```
## Access the custom API

View File

@ -36,7 +36,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0
EOF
```
@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0 14m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.34.0 14m
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0 14m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.35.0 14m
```
The Storage Provider installs a second Provider, the

View File

@ -10,7 +10,7 @@ aliases:
This guide is part 2 of a series.
[**Part 1**]({{<ref "provider-gcp" >}}) covers
to installing Crossplane and connect your Kubernetes cluster to Azure.
to installing Crossplane and connect your Kubernetes cluster to GCP.
{{< /hint >}}
@ -47,7 +47,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0
EOF
```
@ -397,7 +397,7 @@ kind: Provider
metadata:
name: provider-gcp-pubsub
spec:
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.35.0
EOF
```
@ -406,9 +406,9 @@ View the new PubSub provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-pubsub True False xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.34.0 7s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0 4h
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.34.0 4h
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.35.0 7s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0 4h
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.35.0 4h
```
## Access the custom API

View File

@ -36,7 +36,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0
EOF
```
@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.34.0 14m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.34.0 14m
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.35.0 14m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.35.0 14m
```
The Storage Provider installs a second Provider, the