Skip to content

Commit

Permalink
Fix: update quickstart azure provider version
Browse files Browse the repository at this point in the history
The azure provider version in quickstart is several versions behind,
which resulted in incompatibility when using current upbound docs
(eg. Client Certificate authentication).

Signed-off-by: loomkoom <[email protected]>
  • Loading branch information
loomkoom committed Mar 21, 2024
1 parent 5438185 commit 1c1a84a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions content/v1.15/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kind: Provider
metadata:
name: provider-azure-network
spec:
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
EOF
```

Expand Down Expand Up @@ -468,7 +468,7 @@ kind: Provider
metadata:
name: provider-azure-compute
spec:
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
EOF
```

Expand All @@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 3h
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 3h
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
```

## Access the custom API
Expand Down
10 changes: 5 additions & 5 deletions content/v1.15/getting-started/provider-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kind: Provider
metadata:
name: provider-azure-network
spec:
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
EOF
```

Expand All @@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 26s
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s
```

The Network Provider installs a second Provider, the
Expand All @@ -69,7 +69,7 @@ Every CRD maps to a unique Azure service Crossplane can provision and manage.

{{< hint type="tip" >}}
See details about all the supported CRDs in the
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.34.0).
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.42.1).
{{< /hint >}}


Expand Down Expand Up @@ -236,4 +236,4 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted
* Explore Azure resources that Crossplane can configure in the
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
Crossplane users and contributors.
Crossplane users and contributors.

0 comments on commit 1c1a84a

Please sign in to comment.