Merge pull request #345 from plumbis/azure-fix

Resolves https://github.com/crossplane/docs/issues/341
This commit is contained in:
Jean du Plessis 2023-02-06 15:03:11 +02:00 committed by GitHub
commit 24099a5e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ This guide walks you through the steps required to get started with the Upbound
This quickstart requires:
* a Kubernetes cluster with at least 3 GB of RAM
* permissions to create pods and secrets in the Kubernetes cluster
* [Helm] version `v3.2.0` or later
* [Helm](https://helm.sh/) version `v3.2.0` or later
* an Azure account with permissions to create an Azure [service principal](https://learn.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object) and an [Azure Resource Group](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)
{{< hint type="tip" >}}
@ -34,8 +34,6 @@ If you don't have a Kubernetes cluster create one locally with [minikube](https:
All commands use the current `kubeconfig` context and configuration.
{{< /hint >}}
{{</* include file="install-crossplane.md" type="page" */>}}
## Install the Azure provider
Install the provider into the Kubernetes cluster with a Kubernetes configuration file.