41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
# Copyright 2023 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
values:
|
|
module.cluster-1-nodepool-gpu-1.google_container_node_pool.nodepool:
|
|
cluster: cluster-1
|
|
location: europe-west4-a
|
|
name: nodepool-gpu-1
|
|
node_config:
|
|
- boot_disk_kms_key: null
|
|
boot_disk:
|
|
- size_gb: 50
|
|
disk_type: pd-ssd
|
|
ephemeral_storage_config:
|
|
- local_ssd_count: 1
|
|
ephemeral_storage_local_ssd_config: []
|
|
guest_accelerator:
|
|
- count: 1
|
|
gpu_driver_installation_config:
|
|
- gpu_driver_version: LATEST
|
|
gpu_partition_size: null
|
|
type: nvidia-tesla-a100
|
|
gvnic: []
|
|
machine_type: a2-highgpu-1g
|
|
spot: true
|
|
project: myproject
|
|
|
|
counts:
|
|
google_container_node_pool: 1
|