Related command
az aks addon show --addon virtual-node -g -n
Describe the bug
Can't retrieve info about the virtual-node addon that is enabled on my cluster. Although if we run az aks show, it will return all cluster info with the virtual-node addon in the list.
To Reproduce
Create AKS cluster with virtual-node enabled
Try to run az aks addon show --addon virtual-node to get info
command will return with the following message
Addon "virtual-node" is not enabled in this cluster.
Expected behavior
Return the addon profile object.
Related command az aks addon show --addon virtual-node -g -n
Describe the bug Can't retrieve info about the
virtual-node
addon that is enabled on my cluster. Although if we runaz aks show
, it will return all cluster info with the virtual-node addon in the list.To Reproduce
virtual-node
enabledaz aks addon show --addon virtual-node
to get infoAddon "virtual-node" is not enabled in this cluster.
Expected behavior Return the addon profile object.
Environment summary
brow
az --version
)MacOS
13.0.1Additional context NA