1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 00:48:45 +01:00

10 Commits

Author SHA1 Message Date
Richard Su
98f72ac040 NO-ISSUE: Deprecate node-joiner scripts
The scripts should only be used with OpenShift 4.16 and as a
dev preview.

They have been replaced by the "oc adm node-image" command.
2024-12-11 01:23:43 -05:00
Richard Su
f49b4b1a72 OCPBUGS-34040: Add --dir /tmp to node-joiner-monitor.sh
The containerized monitor-add-nodes does not have the correct
permissions to write to the current working directory. Set the
working directory to /tmp in the container command.
2024-05-21 22:24:25 -04:00
Richard Su
f9169c1474 AGENT-863: Change $@ to "$*" to fix shellcheck
ipAddresses should be a string containing a space delimited list
of IP addresses to be monitored.
2024-05-13 11:01:38 -04:00
openshift-merge-bot[bot]
bbca50f650 Merge pull request #8294 from rwsu/AGENT-863
AGENT-906: Script to run monitor-add-nodes in cluster
2024-05-09 16:06:33 +00:00
Richard Su
cc833e9a03 AGENT-863: Script to run monitor-add-nodes in cluster
Derived from a similar script by Andrea Fasano
to generate the add-nodes ISO.

https://github.com/openshift/installer/pull/8242

This script tweaks it and creates a node-joiner-monitor
pod to monitor adding nodes to a cluster.

Co-authored-by: Andrea Fasano <andfasano@redhat.com>
2024-05-07 18:04:59 -04:00
Andrea Fasano
66ea9df565 Apply suggestions from code review
Co-authored-by: Bob Fournier <bfournie@redhat.com>
2024-04-29 13:15:17 +02:00
Andrea Fasano
fcda500d33 add-nodes command docs fix 2024-04-29 06:23:42 -04:00
Andrea Fasano
89bcfdf605 update the script to use the cluster pull-secret to retrieve the baremetal-installer pullspec 2024-04-24 07:52:26 -04:00
Andrea Fasano
9367c3b86e rename add node iso artifact 2024-04-24 07:52:25 -04:00
Andrea Fasano
a60f6d1294 move add node docs into its own folder 2024-04-24 07:52:25 -04:00