Skip to content

Commit e8fd99a

Browse files
Merge pull request openshift#8325 from andfasano/fix-add-node-cmd-docs
AGENT-863: docs fix
2 parents 0e60215 + 66ea9df commit e8fd99a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/user/agent/add-node/add-nodes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Pre-requisites
44
1. The `oc` tool must be available in the execution environment (the "user host").
5-
2. The user host has a valid network connection to the target OpenShift cluster to be expanded.
5+
2. Ensure `oc` is properly configured to manage the cluster to be expanded, i.e. by either:
6+
- running `oc login` command with the required cluster credentials, or
7+
- running `export KUBECONFIG=<cluster `kubeconfig` file>`
68

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

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

0 commit comments

Comments
 (0)