NodepoolImage
NodepoolImage
| Name | Description | Schema | Default |
|---|---|---|---|
| end_of_support optional | Whether this is an EOS (End of Service) image Example : False | boolean | |
| id required | Image ID Example : 10a599e031e749b7b260868f441e862b | string | |
| kubernetes_version optional | Kubernetes Version Example : v1.29.8 | any of [string, null] | |
| name required | Image Name Example : ubuntu-22.04-k8s-v1.29.8 | string | |
| os required | Image OS Example : ubuntu | string | |
| os_version required | Image OS Version Example : 22.04 | string | |
| scp_image_type optional | SCP image type (e.g., k8s, custom) Example : k8s | any of [string, null] | |
| scp_original_image_type optional | Original SCP image type (e.g., k8s, k8s_gpu) Example : k8s | any of [string, null] | |
| volume optional | Volume information (for custom images) Example : {'size': 100} | any of [object, null] |