What is the command to find out the available node base operating system images?
What is the command to find out the available node base operating system images?
The correct command to find out the available node base operating system images is 'kubectl get virtualmachineimages'. This command lists the virtual machine images that can be used, including their OS details. Other commands like 'kubectl get nodes' and 'kubectl cluster-info' do not specifically target the available node base operating system images.
Should be D
Surely D?
A is the answer. However it needs another parameter '-o wide' to show the OS-IMAGE of each node D