NodepoolImage
NodepoolImage
| Name | Description | Schema | Default |
|---|---|---|---|
| end_of_support optional | Whether this is an EOS (End of Service) image Example : False | boolean | |
| id required | 이미지 Example : 10a599e031e749b7b260868f441e862b | string | |
| kubernetes_version optional | Kubernetes 버전 Example : v1.29.8 | any of [string, null] | |
| name required | 인그레스 이름 Example : ubuntu-22.04-k8s-v1.29.8 | string | |
| os required | 이미지 OS Example : ubuntu | string | |
| os_version required | 이미지 OS 버전 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] |