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

docs/setup.md: remove trailing whitespace #82

Merged
merged 1 commit into from
Apr 28, 2020
Merged
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
14 changes: 7 additions & 7 deletions docs/setup.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Setup the Provisioner

### Prerequisites
- The setup must be executed as a privileged or root user.
- The setup downloads about 1.5GB of assets, therefore, it is advised to have a minimum of 10GB disk space available before you begin.
- The setup must be executed as a privileged or root user.
- The setup downloads about 1.5GB of assets, therefore, it is advised to have a minimum of 10GB disk space available before you begin.

### Interactive Mode
Execute the following commands to bring up the Tinkerbell stack with an interactive setup:
Expand All @@ -26,15 +26,15 @@ $ curl https://raw.githubusercontent.com/tinkerbell/tink/master/setup.sh | bash
```

### Good to know
- All the environment variables are kept in the `envrc` file, which is generated from the setup itself.
- It is advised that you keep all the environment variables in the same file.
- All the environment variables are kept in the `envrc` file, which is generated from the setup itself.
- It is advised that you keep all the environment variables in the same file.
- It is important to note that if you execute the setup the again, a new `envrc` will be generated. However, the existing environment configuration be saved as `envrc.bak`.
- The setup removes all the `.tar.gz` files downloaded in process.

### For Packet Environment

The script was tested with:
- Server class: `c3.small.x86`
- Server class: `c3.small.x86`
- Operating System: Ubuntu 18.04 and CentOS 7
- Region: Amsterdam, NL (AMS1)
- ENV variables:
Expand All @@ -43,8 +43,8 @@ The script was tested with:
export TB_NETWORK=192.168.1.0/29
export TB_IPADDR=192.168.1.1
export TB_REGUSER=admin
```
```
- Command:
```shell
$ curl https://raw.githubusercontent.com/tinkerbell/tink/master/setup.sh | bash
```
```