Merge pull request #3428 from fenggw-fnst/typo

Fix a minor typo in AWS tutorial
This commit is contained in:
Kubernetes Prow Robot 2023-02-25 04:34:16 -08:00 committed by GitHub
commit 0f4d143498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -853,7 +853,7 @@ args:
- --txt-prefix={{ YOUR_PREFIX }} - --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 ```yaml
env: env: