clusters actions validate-config run

Runs the cluster configuration validation.

Privilege Level

Security Administrator, Administrator

Command Mode

Exec > Global Configuration

Syntax

run { k8s-node-checks [ false | true ] | log-level log-level log_level | netplan [ false | true ] | ntp [ false | true ] | proxy [ false | true ] | ssh [ false | true ] | vmware-checks [ false | true ] } 

netplan [ false | true ]

Validates the netplan configuration.

Must be either "false" or "true".

Default Value: true.

ssh [ false | true ]

Validates the SSH configuration.

Must be either "false" or "true".

Default Value: true.

ntp [ false | true ]

Validates the NTP server configuration.

Must be either "false" or "true".

Default Value: true.

proxy [ false | true ]

Validates the proxy server configuration.

Must be either "false" or "true".

Default Value: true.

vmware-checks [ false | true ]

Validates the vcenter, datastore and host configuration before synchronzing.

Must be either "false" or "true".

Default Value: true.

k8s-node-checks [ false | true ]

Validates the K8s nodes configuration size.

Must be either "false" or "true".

Default Value: true.

log-level log_level

Specify the log-level.

Must be one of the following:

  • CRITICAL

  • ERROR

  • WARNING

  • INFO

  • DEBUG

Default Value: INFO.

Usage Guidelines

Use this command to run the cluster configuration validation.