mirror of https://github.com/crossplane/docs.git
Update provider version and fix azure typo (#531)
Co-authored-by: Jerod Culpepper <jerod.culp.work@gmail.com>
This commit is contained in:
parent
9fb4c45eec
commit
ac61c7ee68
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue