VMware Aria Automation 8.x Professional (2023) — Question 43
Which command can be used to upgrade a VMware Tanzu Kubernetes Cluster that is managed by VMware Tanzu Mission Control?
Answer options
- A. tmc cluster upgrade [version] <clustername>
- B. tmc cluster update [clustername] [flags]
- C. tmc cluster tanzupackage install update [version]
- D. tmc cluster upgrade <clustername> [version]
Correct answer: D
Explanation
The correct command is D because it properly specifies the cluster name followed by the version to which it should be upgraded. Option A incorrectly places the version before the cluster name, while option B uses the wrong command altogether for upgrading. Option C misuses the command structure and is not relevant to cluster upgrades.