Skip to content

Commit

Permalink
fix: inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 21, 2024
1 parent f24b450 commit 858efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-enable-gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- [ ] Edit the downloaded machineset.yaml and update the following fields:

- [ ] ~Line 13`.metadata.name` append the name with `-gpu`.
- [ ] ~Line 18 `.spec.replicas` from `0` to `2`
- [ ] ~Line 18 `.spec.replicas` from `0` to `1`
- [ ] ~Line 22`.spec.selector.matchLabels["machine.openshift.io/cluster-api-machineset"]` to match the new `.metadata.name`.
- [ ] ~Line 29 `.spec.template.metadata.labels["machine.openshift.io/cluster-api-machineset"]` to match the new `.metadata.name`.
- [ ] ~Line 51 `.spec.template.spec.providerSpec.value.instanceType` to `g4dn.4xlarge`.
Expand Down

0 comments on commit 858efb2

Please sign in to comment.