mirror of https://github.com/kubernetes/kops.git
Merge pull request #2183 from archSeer/patch-1
Fix documentation for setting up the DNS.
This commit is contained in:
commit
37e5167a88
|
@ -121,7 +121,7 @@ ID=$(uuidgen) && aws route53 create-hosted-zone --name subdomain.example.com --c
|
|||
|
||||
```bash
|
||||
# Note: This example assumes you have jq installed locally.
|
||||
aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="subdomain.example.com.") | .Id'
|
||||
aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="example.com.") | .Id'
|
||||
```
|
||||
|
||||
* Create a new JSON file with your values (`subdomain.json`)
|
||||
|
|
Loading…
Reference in New Issue