You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle Kubernetes Engine is missing an equivalent to the virtual node pools' oracle_containerengine_cluster_virtual_nodes table.
It seems there is no separate API to retrieve nodes that belong to a managed node pool. However, there is a GetNodePool call that returns detailed information about the node pool, including a field that lists all the nodes belonging to the pool. We could implement a cluster_nodes table using information from GetNodePool.
Oracle Kubernetes Engine is missing an equivalent to the virtual node pools'
oracle_containerengine_cluster_virtual_nodes
table.It seems there is no separate API to retrieve nodes that belong to a managed node pool. However, there is a
GetNodePool
call that returns detailed information about the node pool, including a field that lists all the nodes belonging to the pool. We could implement acluster_nodes
table using information fromGetNodePool
.For more details see #17578 (comment)
The text was updated successfully, but these errors were encountered: