mirror of https://github.com/crossplane/docs.git
Fix: update quickstart azure provider version (#735)
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 <loomkoom@hotmail.com>
This commit is contained in:
parent
54381853c5
commit
6ecd118d79
|
@ -45,7 +45,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-network
|
name: provider-azure-network
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -468,7 +468,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-compute
|
name: provider-azure-compute
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
|
||||||
```shell {copy-lines="1"}
|
```shell {copy-lines="1"}
|
||||||
kubectl get providers
|
kubectl get providers
|
||||||
NAME INSTALLED HEALTHY PACKAGE AGE
|
NAME INSTALLED HEALTHY PACKAGE AGE
|
||||||
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s
|
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.34.0 3h
|
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.34.0 3h
|
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
|
||||||
```
|
```
|
||||||
|
|
||||||
## Access the custom API
|
## Access the custom API
|
||||||
|
|
|
@ -39,7 +39,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-network
|
name: provider-azure-network
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
|
||||||
```shell {copy-lines="1",label="getProvider"}
|
```shell {copy-lines="1",label="getProvider"}
|
||||||
kubectl get providers
|
kubectl get providers
|
||||||
NAME INSTALLED HEALTHY PACKAGE AGE
|
NAME INSTALLED HEALTHY PACKAGE AGE
|
||||||
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s
|
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.34.0 26s
|
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
|
The Network Provider installs a second Provider, the
|
||||||
|
@ -69,7 +69,7 @@ Every CRD maps to a unique Azure service Crossplane can provision and manage.
|
||||||
|
|
||||||
{{< hint type="tip" >}}
|
{{< hint type="tip" >}}
|
||||||
See details about all the supported CRDs in the
|
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 >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-network
|
name: provider-azure-network
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -468,7 +468,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-compute
|
name: provider-azure-compute
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
|
||||||
```shell {copy-lines="1"}
|
```shell {copy-lines="1"}
|
||||||
kubectl get providers
|
kubectl get providers
|
||||||
NAME INSTALLED HEALTHY PACKAGE AGE
|
NAME INSTALLED HEALTHY PACKAGE AGE
|
||||||
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s
|
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.34.0 3h
|
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.34.0 3h
|
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
|
||||||
```
|
```
|
||||||
|
|
||||||
## Access the custom API
|
## Access the custom API
|
||||||
|
|
|
@ -39,7 +39,7 @@ kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: provider-azure-network
|
name: provider-azure-network
|
||||||
spec:
|
spec:
|
||||||
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
|
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
|
||||||
```shell {copy-lines="1",label="getProvider"}
|
```shell {copy-lines="1",label="getProvider"}
|
||||||
kubectl get providers
|
kubectl get providers
|
||||||
NAME INSTALLED HEALTHY PACKAGE AGE
|
NAME INSTALLED HEALTHY PACKAGE AGE
|
||||||
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s
|
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.34.0 26s
|
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
|
The Network Provider installs a second Provider, the
|
||||||
|
@ -69,7 +69,7 @@ Every CRD maps to a unique Azure service Crossplane can provision and manage.
|
||||||
|
|
||||||
{{< hint type="tip" >}}
|
{{< hint type="tip" >}}
|
||||||
See details about all the supported CRDs in the
|
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 >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue