feat(k8s-wheatley): Prepare for GPU nodes
This commit is contained in:
parent
fbbfee32a4
commit
c6d4143df2
7 changed files with 25 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ variable "node" {
|
|||
ipv4_address = string
|
||||
ipv4_gateway = string
|
||||
cpu = number
|
||||
gpu = optional(bool, false)
|
||||
memory = number
|
||||
disk = string
|
||||
storagepool = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue