Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3428 from fenggw-fnst/typo
Browse files Browse the repository at this point in the history
Fix a minor typo in AWS tutorial
  • Loading branch information
k8s-ci-robot authored Feb 25, 2023
2 parents 390b5ba + fb15602 commit 0f4d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ args:
- --txt-prefix={{ YOUR_PREFIX }}
```

* The first two changes are needed if you use Route53 in Govcloud, which only supports private zones. There are also no cross account IAM whatsoever between Govcloud and commerical AWS accounts. If services and ingresses need to make Route 53 entries to an public zone in a commerical account, you will have set env variables of `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` with a key and secret to the commerical account that has the sufficient rights.
* The first two changes are needed if you use Route53 in Govcloud, which only supports private zones. There are also no cross account IAM whatsoever between Govcloud and commercial AWS accounts. If services and ingresses need to make Route 53 entries to an public zone in a commercial account, you will have set env variables of `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` with a key and secret to the commercial account that has the sufficient rights.

```yaml
env:
Expand Down

0 comments on commit 0f4d143

Please sign in to comment.