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…
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)- A12% (7)
- B3% (2)
- C80% (47)
- D5% (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
Community Discussion
No community discussion yet for this question.