Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Easily expanding Red Hat OpenShift clusters

July 31, 2024
Ramon Acedo Rodriguez
Related topics:
Automation and managementDisconnected EnvironmentsEdge computingHybrid CloudKubernetes
Related products:
Red Hat OpenShiftRed Hat OpenShift Container Platform

Share:

    Adding nodes to Red Hat OpenShift clusters on-premises is a laborious and sometimes complex endeavor. With various methods available, each with different levels of automation, users often find themselves navigating through complex and even unsupported solutions, leading to a less-than-ideal user experience. 

    A new feature is now available as a Developer Preview in OpenShift 4.16, that makes cluster expansions faster, simpler, and more user-friendly than ever before.

    This new method leverages the Agent Based Installer technology under the hood, but doesn’t need the cluster to have been installed by it, it will work on any cluster where its nodes can be installed from an ISO image.

    It first gets information of the cluster to be expanded, then it provides a bootable ISO image, and after booting it on the nodes, they are added to the cluster. See Figure 1.

    A view of the workflow to add nodes to OpenShift clusters. There are four boxes, alternating between red and gray, with arrows between them pointing from left to right. The first box is gray and labelled Describe hosts, the second box is red and labelled Generate bootable image, the third is gray and labelled Boot hosts, and the fourth is red and labelled Approve certificates.
    Figure 1: Feature workflow to add nodes to OpenShift clusters.

    Easiest way to add nodes to on-premise clusters

    The highlights:

    • Add nodes to any on-premises OpenShift cluster, regardless of the installation method used.
    • The process is just booting an ISO image that automatically adds the new node to the cluster.
    • Supports bare metal, vSphere, Nutanix, and platform agnostic.
    • Supports OpenShift clusters running on Oracle Cloud Infrastructure (OCI).

    Making it better

    This feature addresses several critical needs within the OpenShift on-premise ecosystem:

    • Simplified user experience: By replacing manual steps with a couple of commands, the feature significantly reduces the complexity of cluster expansions, resulting in a vastly improved user experience.
    • Add nodes to any cluster: Regardless of the installation method used, users can now enjoy a consistent and streamlined process for expanding clusters, eliminating confusion and enhancing convenience.
    • Fail fast: It validates the host you are adding to detect common configuration problems in the host or the environment.
    • Elimination of overkill: Users no longer need to install and configure the Multicluster Engine for single-cluster management, streamlining the process and conserving system resources.
    • BMC independence: For IPI-deployed bare metal clusters, the need for Baseboard Management Controller (BMC) availability is eliminated, simplifying cluster expansion.
    • Field alignment: By providing an official solution, this feature addresses the custom automations and inconsistent processes that have emerged in the field, ensuring alignment with best practices and reducing complexity.

    How we did it

    In every cluster in OpenShift 4.16 there is a new binary called nodejoiner. This was added so that we can get all the information necessary to add a node to the cluster with just one command from the client, which currently is the node-joiner.sh. 

    Note that since the clusters need to have this binary, only clusters in OpenShift 4.16  and  later can benefit from this feature.

    When this feature becomes Generally Available the image generation will be integrated in the oc command directly, without any need for the helper script. 

    You can see the approved oc command enhancement here.

    Final notes

    The addition of this feature represents a significant leap forward in the OpenShift ecosystem. By simplifying cluster expansions and unifying the user experience, OpenShift continues to evolve as the premier platform for containerized application deployment and management. This is a Developer Preview feature in OpenShift 4.16. Please share your feedback to help us improve it.

    To use it now follow the instructions documented in the installer docs on GitHub.

    Related Posts

    • How to manage a fleet of heterogeneous OpenShift clusters

    • Get started with the OpenShift Cluster Observability Operator

    • Create an Azure Red Hat OpenShift cluster in less than 5 minutes

    • Set up an OpenShift cluster to deploy an application in odo CLI

    Recent Posts

    • Storage considerations for OpenShift Virtualization

    • Upgrade from OpenShift Service Mesh 2.6 to 3.0 with Kiali

    • EE Builder with Ansible Automation Platform on OpenShift

    • How to debug confidential containers securely

    • Announcing self-service access to Red Hat Enterprise Linux for Business Developers

    What’s up next?

    Read Operating OpenShift, a practical guide to running and operating OpenShift clusters more efficiently using a site reliability engineering (SRE) approach. Learn best practices and tools that can help reduce the effort of deploying a Kubernetes platform.

    get the e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue