ionoscloud_k8s_node_pool_nodes
Get information on the list of IonosCloud K8s Nodes that make a nodepool
The k8s Node Pool Nodes data source can be used to search for and return a list of existing k8s Node Pool nodes.
Example Usage
By IDs
Argument Reference
k8s_cluster_id
(Required) K8s Cluster' UUIDname
- (Optional) Name of an existing node pool that you want to search for.id
- (Optional) ID of the node pool you want to search for.
k8s_cluster_id
and node_pool_id
must be provided.
Attributes Reference
The following attributes are returned by the datasource:
nodes
- a list of the nodes that are in the nodepoolid
- id of the node in the nodepoolname
- name of the nodek8s_version
- The kubernetes versionpublic_ip
- public ip of the nodeprivate_ip
- private ip of the node
Last updated