We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e60215 + 66ea9df commit e8fd99aCopy full SHA for e8fd99a
docs/user/agent/add-node/add-nodes.md
@@ -2,7 +2,9 @@
2
3
## Pre-requisites
4
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.
+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>`
8
9
## Setup
10
1. Download the [node-joiner.sh](./node-joiner.sh) script in a working directory in
@@ -62,6 +64,7 @@ hosts:
62
64
interfaces:
63
65
- name: eth0
66
macAddress: 00:02:46:e3:9e:9c
67
+```
68
69
## ISO generation
70
Run the [node-joiner.sh](./node-joiner.sh):
0 commit comments