diff --git a/BUILDING.md b/BUILDING.md index c6a6603a934..aac98f4ea88 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 diff --git a/QUICKSTART-EKS.md b/QUICKSTART-EKS.md index 0567e9db893..b7f8f2d79f8 100644 --- a/QUICKSTART-EKS.md +++ b/QUICKSTART-EKS.md @@ -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