Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and whitespace in documentation #1179

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The build process artifacts and resulting images can consume in excess of 80GB i

#### Linux

The build system requires certain operating system packages to be installed.
The build system requires certain operating system packages to be installed.

Ensure the following OS packages are installed:

##### Ubuntu
##### Ubuntu

```
apt install build-essential libssl-dev pkg-config
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART-EKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ eksctl get cluster --region us-west-2 --name bottlerocket -o json \
| jq --raw-output '.[] | "[settings.kubernetes]\napi-server = \"" + .Endpoint + "\"\ncluster-certificate =\"" + .CertificateAuthority.Data + "\"\ncluster-name = \"bottlerocket\""' > userdata.toml
```

This will save the TOML-formmated configuration data into a file named `userdata.toml`.
This will save the TOML-formatted configuration data into a file named `userdata.toml`.
This will be used at the end, in the instance launch command.

#### Subnet info
Expand Down