Getting a Virtual Node Pool's Details
Find out how to get details of a specific virtual node pool using Kubernetes Engine (OKE).
You can get details of a specific virtual node pool using the Console, the CLI, and the API.
To get details of a virtual node pool in a cluster using the Console:
- On the Clusters list page, select the name of the cluster containing the virtual node pool for which you want to see detailed information. If you need help finding the list page or the cluster, see Listing Clusters.
- Select the Node pools tab.
Node pools in the cluster are shown in tabular form. Virtual node pools are identified as virtual in the Node type column.
- Select the name of the virtual node pool for which you want to see detailed information.
Use the oci ce virtual-node-pool get command and required parameters to get details of a virtual node pool:
oci ce virtual-node-pool get --virtual-node-pool-id <virtual-node-pool-ocid> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetVirtualNodePool operation to get details of a virtual node pool.