Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add detailed information about the managed nodes to OKE tables in Oracle source plugin #18792

Open
savme opened this issue Jul 31, 2024 · 0 comments

Comments

@savme
Copy link
Member

savme commented Jul 31, 2024

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.

For more details see #17578 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant