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