Skip to content
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion docs/user/agent/add-node/add-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Pre-requisites
1. The `oc` tool must be available in the execution environment (the "user host").
2. The user host has a valid network connection to the target OpenShift cluster to be expanded.
2. Ensure `oc` is properly configured to manage the cluster to be expanded, ie by either:
Comment thread
andfasano marked this conversation as resolved.
Outdated
- running `oc login` command with the required cluster credentials
Comment thread
andfasano marked this conversation as resolved.
Outdated
- export the environment variable `$KUBECONFIG` pointing to the cluster `kubeconfig` file
Comment thread
andfasano marked this conversation as resolved.
Outdated

## Setup
1. Download the [node-joiner.sh](./node-joiner.sh) script in a working directory in
Expand Down Expand Up @@ -62,6 +64,7 @@ hosts:
interfaces:
- name: eth0
macAddress: 00:02:46:e3:9e:9c
```

## ISO generation
Run the [node-joiner.sh](./node-joiner.sh):
Expand Down