Skip to content

openshift/rendezvous-ip

IP address of the first control plane node for cluster rendezvous

This parameter specifies the IP address of the first control plane node in the cluster. This IP is used as the rendezvous point for agent-based installations, allowing other nodes to discover and join the cluster during the bootstrap process.

Requirements

  • Must be the IP address of a control plane node
  • Must be reachable from all other nodes in the cluster
  • Set automatically during the cluster join process
  • Required for agent-based installations

Usage

This parameter is automatically set during cluster formation:

Bash
# Automatically set to first control plane node IP
drpcli profiles set <cluster-profile> param openshift/rendezvous-ip to "<control-plane-ip>"

The rendezvous IP is used in the agent-config.yaml:

YAML
apiVersion: v1beta1
kind: AgentConfig
rendezvousIP: <control-plane-ip>

Notes: - This parameter is typically set automatically by the openshift-cluster-join task - The rendezvous IP must remain stable throughout the installation process - All nodes use this IP to coordinate cluster formation

Objects that Reference openshift/rendezvous-ip

Not used in current content packs

Objects used by openshift/rendezvous-ip

Not used in current content packs