Update Azure getting started guide to use provider-azure:v0.29.0

Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
Jared Watts 2023-03-28 13:55:44 -07:00
parent c56d364167
commit 3beafc44e4
No known key found for this signature in database
GPG Key ID: 0467EEAE3B6EC0D2
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ kind: Provider
metadata:
name: upbound-provider-azure
spec:
package: xpkg.upbound.io/upbound/provider-azure:v0.16.0
package: xpkg.upbound.io/upbound/provider-azure:v0.29.0
EOF
```
@ -60,7 +60,7 @@ It may take up to five minutes for the provider to list `HEALTHY` as `True`.
```shell
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
upbound-provider-azure True True xpkg.upbound.io/upbound/provider-azure:v0.16.0 3m3s
upbound-provider-azure True True xpkg.upbound.io/upbound/provider-azure:v0.29.0 3m3s
```
A provider installs their own Kubernetes _Custom Resource Definitions_ (CRDs). These CRDs allow you to create Azure resources directly inside Kubernetes.

View File

@ -45,7 +45,7 @@ kind: Provider
metadata:
name: upbound-provider-azure
spec:
package: xpkg.upbound.io/upbound/provider-azure:v0.16.0
package: xpkg.upbound.io/upbound/provider-azure:v0.29.0
EOF
```
@ -60,7 +60,7 @@ It may take up to five minutes for the provider to list `HEALTHY` as `True`.
```shell
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
upbound-provider-azure True True xpkg.upbound.io/upbound/provider-azure:v0.16.0 3m3s
upbound-provider-azure True True xpkg.upbound.io/upbound/provider-azure:v0.29.0 3m3s
```
A provider installs their own Kubernetes _Custom Resource Definitions_ (CRDs). These CRDs allow you to create Azure resources directly inside Kubernetes.