Skip to content

Commit

Permalink
Another YAML fix (flyteorg#5596)
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
Signed-off-by: David Espejo <[email protected]>
Signed-off-by: Vladyslav Libov <[email protected]>
  • Loading branch information
davidmirror-ops authored and VladyslavLibov committed Aug 16, 2024
1 parent c35b491 commit 12ac3ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/productionizing/configuring_access_to_gpus.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ configuration:
inline:
plugins:
k8s:
gpu-unpartitioned-node-selector-requirement :
key: cloud.google.com/gke-gpu-partition-size #change to match your node label configuration
operator: Equal
value: DoesNotExist
gpu-unpartitioned-node-selector-requirement:
key: cloud.google.com/gke-gpu-partition-size #change to match your node label configuration
operator: Equal
value: DoesNotExist
```


Expand Down

0 comments on commit 12ac3ba

Please sign in to comment.