clusters ops-centers initial-boot-parameters

Configures the initial boot parameters for helm chart deployment.

Privilege Level

Security Administrator, Administrator

Command Mode

Exec > Global Configuration

Syntax

initial-boot-parameters { use-volume-claims { false | true } | first-boot-password password | auto-deploy { false | true } | single-node { false | true } | image-pull-secrets name } 

use-volume-claims { false | true }

Specify the usage of persistent volumes. To use persistent volumes, set to true.

Must be either "false" or "true".

Default Value: false.

first-boot-password password

Must be an aes-cfb-128-encrypted string.

Default Value: "p@ssw0rd".

auto-deploy { false | true }

Must be either "false" or "true".

Default Value: true.

single-node { false | true }

Specify whether to deploy the product chart on a single node. For multi-node deployments, set to false.

Must be either "false" or "true".

Default Value: true.

Usage Guidelines

Use this command to configure the initial boot parameters for helm chart deployment.