Skip to content

Commit 5eacd1b

Browse files
committed
Fix typos in docs
Signed-off-by: omahs <[email protected]>
1 parent 35ee20e commit 5eacd1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ The device plugin consists in two artifacts:
77
# Release Process Checklist:
88
- [ ] Create a release PR:
99
- [ ] Run the `./hack/prepare-release.sh` script to update the version in all the needed files. This also creates a [release issue](https://github.com/NVIDIA/cloud-native-team/issues?q=is%3Aissue+is%3Aopen+label%3Arelease)
10-
- [ ] Run the `./hack/generate-changelog.sh` script to generate the a draft changelog and update `CHANGELOG.md` with the changes.
10+
- [ ] Run the `./hack/generate-changelog.sh` script to generate the draft changelog and update `CHANGELOG.md` with the changes.
1111
- [ ] Create a PR from the created `bump-release-{{ .VERSION }}` branch.
1212
- [ ] Merge the release PR
1313
- [ ] Tag the release and push the tag to the `internal` mirror:
1414
- [ ] Image release pipeline:
1515
- [ ] Wait for the image release to complete.
16-
- [ ] Push the tag to the the upstream GitHub repo.
16+
- [ ] Push the tag to the upstream GitHub repo.
1717
- [ ] Wait for the [`Release`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/release.yaml) GitHub Action to complete
1818
- [ ] Publish the [draft release](https://github.com/NVIDIA/k8s-device-plugin/releases) created by the GitHub Action
1919
- [ ] Wait for the [`Publish Helm Chart`](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/helm.yaml) GitHub Action to complete

docs/gpu-feature-discovery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ is partitioned into 7 equal sized MIG devices (56 total).
251251
### MIG 'mixed' strategy
252252
253253
With this strategy, a separate set of labels for each MIG device type is
254-
generated. The name of each MIG device type is defines as follows:
254+
generated. The name of each MIG device type is defined as follows:
255255
256256
```
257257
MIG_TYPE=mig-<slice_count>g.<memory_size>.gb
@@ -320,7 +320,7 @@ helm upgrade -i nvdp nvdp/nvidia-device-plugin \
320320
--set devicePlugin.enabled=false
321321
```
322322
323-
**Note:** You only need the to pass the `--devel` flag to `helm search repo`
323+
**Note:** You only need to pass the `--devel` flag to `helm search repo`
324324
and the `--version` flag to `helm upgrade -i` if this is a pre-release
325325
version (e.g. `<version>-rc.1`). Full releases will be listed without this.
326326

0 commit comments

Comments
 (0)