Skip to content

Commit

Permalink
Merge pull request #9304 from rwsu/deprecate-node-joiner-scripts
Browse files Browse the repository at this point in the history
NO-ISSUE: Deprecate node-joiner scripts
  • Loading branch information
openshift-merge-bot[bot] authored Jan 8, 2025
2 parents aeab38f + 98f72ac commit 22bd98d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/agent/add-node/add-nodes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Adding a node via the node-joiner tool

## Deprecated

For OpenShift 4.17 and later, the node-joiner.sh and node-joiner-monitor.sh scripts cannot be used. The node-joiner scripts were created for OpenShift 4.16 as a development preview. They have been deprecated and replaced by the "oc adm node-image" command. See [Adding worker nodes to an on-premise cluster](https://docs.openshift.com/container-platform/4.17/nodes/nodes/nodes-nodes-adding-node-iso.html) for more details.

## Pre-requisites
1. The `oc` tool must be available in the execution environment (the "user host").
2. Ensure `oc` is properly configured to manage the cluster to be expanded, i.e. by either:
Expand Down
10 changes: 10 additions & 0 deletions docs/user/agent/add-node/node-joiner-monitor.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/bin/bash
#
# Deprecated
#
# For OpenShift 4.17 and later, the node-joiner.sh and node-joiner-monitor.sh
# scripts cannot be used. The node-joiner scripts were created for
# OpenShift 4.16 as a development preview. They have been deprecated and
# replaced by the "oc adm node-image" command.
# See https://docs.openshift.com/container-platform/4.17/nodes/nodes/nodes-nodes-adding-node-iso.html
# for more details.
#

set -eu

Expand Down
10 changes: 10 additions & 0 deletions docs/user/agent/add-node/node-joiner.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#!/bin/bash
#
# Deprecated
#
# For OpenShift 4.17 and later, the node-joiner.sh and node-joiner-monitor.sh
# scripts cannot be used. The node-joiner scripts were created for
# OpenShift 4.16 as a development preview. They have been deprecated and
# replaced by the "oc adm node-image" command.
# See https://docs.openshift.com/container-platform/4.17/nodes/nodes/nodes-nodes-adding-node-iso.html
# for more details.
#

set -eu

Expand Down

0 comments on commit 22bd98d

Please sign in to comment.