We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c04a0a commit 691bf79Copy full SHA for 691bf79
articles/openshift/howto-gpu-workloads.md
@@ -116,7 +116,7 @@ ARO uses Kubernetes MachineSet to create machine sets. The procedure below expla
116
117
1. View existing machine sets.
118
119
- For ease of set up, this example uses the first machine set as the one to clone to create a new GPU machine set.
+ For ease of setup, this example uses the first machine set as the one to clone to create a new GPU machine set.
120
121
```bash
122
MACHINESET=$(oc get machineset -n openshift-machine-api -o=jsonpath='{.items[0]}' | jq -r '[.metadata.name] | @tsv')
0 commit comments