Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#2985 from jingyih/patch_node_pool
Browse files Browse the repository at this point in the history
Fix permanent diff caused by default GPU driver installation in GKE node pools
  • Loading branch information
google-oss-prow[bot] authored Oct 23, 2024
2 parents ee55f10 + e5a3ec4 commit b1930c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func schemaNodeConfig() *schema.Schema {
Type: schema.TypeList,
MaxItems: 1,
Optional: true,
Computed: true,
ForceNew: true,
ConfigMode: schema.SchemaConfigModeAttr,
Description: `Configuration for auto installation of GPU driver.`,
Expand Down

0 comments on commit b1930c4

Please sign in to comment.