nerdexam
Broadcom-VMware

2V0-31.23 · Question #29

What is a valid consideration when using cloudConfig in YAML?

The correct answer is C. Align the cloudConfig: section with other parts of machine properties, such as image, flavor. When using cloudConfig in YAML, it's important to adhere to YAML syntax conventions for proper parsing and execution. A valid consideration is to align the cloudConfig: section with other parts of machine properties, such as image, flavor, networks (C). This ensures the…

Section 5 - Configure and Manage Blueprints and Services

Question

What is a valid consideration when using cloudConfig in YAML?

Options

  • AEnter the hash character (#) after adding two spaces after the colon (:) in cloudConfig.
  • BStart the next line after the directive (users, runcmd, and so on), with three spaces followed by a
  • CAlign the cloudConfig: section with other parts of machine properties, such as image, flavor,
  • DEnter the semi colon character (;) after adding two spaces after the colon (:) in cloudConfig.

How the community answered

(59 responses)
  • A
    12% (7)
  • B
    3% (2)
  • C
    80% (47)
  • D
    5% (3)

Explanation

When using cloudConfig in YAML, it's important to adhere to YAML syntax conventions for proper parsing and execution. A valid consideration is to align the cloudConfig: section with other parts of machine properties, such as image, flavor, networks (C). This ensures the cloudConfig is correctly interpreted as part of the machine specification.

Topics

#cloudConfig#YAML#cloud-init#template syntax

Community Discussion

No community discussion yet for this question.

Full 2V0-31.23 Practice