From e11286b7b1762ab2c1908556415cfc7bce8adc9f Mon Sep 17 00:00:00 2001 From: zzxwill Date: Fri, 22 May 2020 11:54:29 +0800 Subject: [PATCH] Add region in provider.yaml region is required resource type for kind Provider of Alibaba Cloud or it will raise error message: error: the server doesn't have a resource type "region" Signed-off-by: zzxwill --- docs/getting-started/install-configure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/install-configure.md b/docs/getting-started/install-configure.md index af8e9b005fc..fd02fd40a76 100644 --- a/docs/getting-started/install-configure.md +++ b/docs/getting-started/install-configure.md @@ -354,6 +354,7 @@ spec: namespace: crossplane-system name: alibaba-creds key: credentials + region: cn-beijing ``` Then apply it: