From ae9873e10e863b6efba31c603570152308528b31 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Thu, 29 Jul 2021 22:31:00 +0000 Subject: [PATCH] docs snapshot for crossplane version `master` --- docs/master/cloud-providers/aws/aws-provider.md | 1 + docs/master/getting-started/install-configure.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/master/cloud-providers/aws/aws-provider.md b/docs/master/cloud-providers/aws/aws-provider.md index 76a699bd..9a784c6c 100644 --- a/docs/master/cloud-providers/aws/aws-provider.md +++ b/docs/master/cloud-providers/aws/aws-provider.md @@ -30,6 +30,7 @@ provider` instance in Crossplane: ```bash curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/setup.sh +chmod +x setup.sh ./setup.sh [--profile aws_profile] ``` diff --git a/docs/master/getting-started/install-configure.md b/docs/master/getting-started/install-configure.md index 17ede36c..658ff1f4 100644 --- a/docs/master/getting-started/install-configure.md +++ b/docs/master/getting-started/install-configure.md @@ -239,7 +239,7 @@ kubectl crossplane install configuration registry.upbound.io/xp/getting-started- Wait until all packages become healthy: ``` -kubectl get pkg --watch +watch kubectl get pkg ``` ### Get AWS Account Keyfile @@ -293,7 +293,7 @@ kubectl crossplane install configuration registry.upbound.io/xp/getting-started- Wait until all packages become healthy: ``` -kubectl get pkg --watch +watch kubectl get pkg ``` ### Get AWS Account Keyfile @@ -347,7 +347,7 @@ kubectl crossplane install configuration registry.upbound.io/xp/getting-started- Wait until all packages become healthy: ``` -kubectl get pkg --watch +watch kubectl get pkg ``` ### Get GCP Account Keyfile @@ -417,7 +417,7 @@ kubectl crossplane install configuration registry.upbound.io/xp/getting-started- Wait until all packages become healthy: ``` -kubectl get pkg --watch +watch kubectl get pkg ``` ### Get Azure Principal Keyfile