mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
ddd2ffd31c
commit
ae9873e10e
|
|
@ -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]
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue