docs: fix a set of details spotted over time #2487
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've collected a list of smaller details in #2041 on things to fix, and in this PR I fix point 27-31 provided for reference below.
27
I had to create a directory for my new cluster in
config/clusters
before letting terraform write a file to that location.28
I saw this, but CLUSTER_NAME wasn't prefixed with
$
29
When configuring domain names via namecheap, it would be good to link directly to where this is done: https://ap.www.namecheap.com/Domains/DomainControlPanel/2i2c.cloud/advancedns instead of namecheap.com.
See https://infrastructure.2i2c.org/en/latest/hub-deployment-guide/deploy-support/configure-support.html#setting-dns-records
30
This command should be without
create
as a standalone arg31
Update AWS account creation docs to suggest use of email sub-addressing, like
support+aws-<account name>@2i2c.org
instead of creating new emails.Related to https://github.com/2i2c-org/meta/issues/535