Skip to content

Subscription channel for Red Hat Advanced Cluster Management operator

External Registry Creation Flag

This parameter determines whether the system should create a new external registry resource broker. When enabled, it sets up a new registry service if one doesn't already exist.

Requirements

  • openshift/external-registry must be set
  • Sufficient storage space for registry
  • Network access for registry deployment
  • Proper permissions to create resources

Usage

Enable registry creation:

# Default: false (no registry creation)

# When enabled (true):
- Creates registry resource broker
- Sets up basic auth (default: admin/admin)
- Configures storage
- Prepares for image mirroring

Notes: - Only creates registry if it doesn't exist - Used during initial setup - Required for disconnected installations - Coordinates with external-registry-update - Creates necessary certificates