diff --git a/README.md b/README.md index 8699e9a..9ca0d0e 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,8 @@ After a few mins, run the below command to verify the cluster installation. kops validate cluster demok8scluster.k8s.local ``` +### For Org Specific Domain instead of Local domain + +``` +aws route53 create-hosted-zone --name=dev.example.com caller-reference 1 +```