# k8s\_node

Type representing a Ionoscloud network interface.

## Parameters:

| Name | Required | Description               |
| ---- | :------: | ------------------------- |
| name |   true   | The name of the K8s Node. |

## Properties:

| Name           | Required | Description                                                                              |
| -------------- | :------: | ---------------------------------------------------------------------------------------- |
| ensure         |    No    | The basic property that the resource should be in. Valid values are `present`, `absent`. |
| public\_ip     |    No    | The public IP of the K8s Node.                                                           |
| k8s\_version   |    No    | The K8s version of the K8s Node.                                                         |
| private\_ip    |    No    | The private IP of the K8s Node.                                                          |
| state          |    No    | She state of the K8s Node.                                                               |
| nodepool\_id   |    No    | The K8s Nodepool ID the K8s Node will be attached to.                                    |
| nodepool\_name |    No    | The K8s Nodepool name the K8s Node will be attached to.                                  |
| cluster\_id    |    No    | The ID of the virtual K8s Cluster where the K8s Node will reside.                        |
| cluster\_name  |    No    | The name of the virtual K8s Cluster where the K8s Node will reside.                      |
| \*\*\*         |          |                                                                                          |

### Changeable properties:

No Changeable properties

## Examples

### To list resources:

```bash
puppet resource k8s_node
```

> ***NOTE:*** If two resources have the same name only one of them will be shown.

### To create, update or delete a resource:

No example available


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/puppet-v6/types/managed-kubernetes/k8s_node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
