Skip to content

Commit

Permalink
#100 Add module for gpu node pool for cce
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 9, 2024
1 parent 678d15f commit b211872
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/cce_gpu_node_pool/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Jumphost Module
## CCE gpu node pool Module

A module designed to create a cce gpu node pool.

Expand Down Expand Up @@ -52,4 +52,8 @@ module "cce_gpu_node_pool" {
tags = local.tags
}
```
```


Notes
- container_network_type of the cce needs to be _vpc-router_

0 comments on commit b211872

Please sign in to comment.