Skip to content

Commit 4ee9bb5

Browse files
fix outdated links (#251)
* containers: update examples and links Problem: the user container docs refer to v1alpha1, but that version is no longer supported and the links in the docs break because the files have been removed from the repo. Fix the links and examples. * data movement: update links Problem: the data movement docs refer to v1alpha1, but that version is no longer supported and the links in the docs break because the files have been removed from the repo. Fix the links.
1 parent a92e615 commit 4ee9bb5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/guides/data-movement/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ for understanding how to use profiles, set a default, etc.
2424
For an in-depth understanding of the capabilities offered by Data Movement profiles, we recommend
2525
referring to the following resources:
2626

27-
- [Type definition](https://github.com/NearNodeFlash/nnf-sos/blob/master/api/v1alpha1/nnfdatamovementprofile_types.go#L27) for `NnfDataMovementProfile`
28-
- [Sample](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/samples/nnf_v1alpha1_nnfdatamovementprofile.yaml) for `NnfDataMovementProfile`
29-
- [Online Examples](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/examples/nnf_v1alpha1_nnfdatamovementprofile.yaml) for `NnfDataMovementProfile`
27+
- [Type definition](https://github.com/NearNodeFlash/nnf-sos/blob/master/api/v1alpha6/nnfdatamovementprofile_types.go#L27) for `NnfDataMovementProfile`
28+
- [Sample](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/samples/nnf_v1alpha6_nnfdatamovementprofile.yaml) for `NnfDataMovementProfile`
29+
- [Online Examples](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/examples/nnf_nnfdatamovementprofile.yaml) for `NnfDataMovementProfile`
3030

3131
## Copy Offload API Daemon
3232

docs/guides/user-containers/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ The next few subsections provide an overview of the primary components comprisin
5252
aspects, they don't encompass every single detail. For an in-depth understanding of the capabilities
5353
offered by container profiles, we recommend referring to the following resources:
5454

55-
- [Type definition](https://github.com/NearNodeFlash/nnf-sos/blob/master/api/v1alpha1/nnfcontainerprofile_types.go#L35) for `NnfContainerProfile`
56-
- [Sample](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/samples/nnf_v1alpha1_nnfcontainerprofile.yaml) for `NnfContainerProfile`
57-
- [Online Examples](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/examples/nnf_v1alpha1_nnfcontainerprofiles.yaml) for `NnfContainerProfile` (same as `kubectl get` above)
55+
- [Type definition](https://github.com/NearNodeFlash/nnf-sos/blob/master/api/v1alpha6/nnfcontainerprofile_types.go#L35) for `NnfContainerProfile`
56+
- [Sample](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/samples/nnf_v1alpha6_nnfcontainerprofile.yaml) for `NnfContainerProfile`
57+
- [Online Examples](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/examples/nnf_nnfcontainerprofiles.yaml) for `NnfContainerProfile` (same as `kubectl get` above)
5858

5959
#### Container Storages
6060

@@ -597,7 +597,7 @@ The following profile shows the placement of the `readonly-red-rock-slushy` secr
597597
in the previous step, and points to the user's `dean/red-rock-slushy:v1.0` container.
598598

599599
```yaml
600-
apiVersion: nnf.cray.hpe.com/v1alpha1
600+
apiVersion: nnf.cray.hpe.com/v1alpha6
601601
kind: NnfContainerProfile
602602
metadata:
603603
name: red-rock-slushy
@@ -635,7 +635,7 @@ insert two `imagePullSecrets` lists into the `mpiSpec` of the NnfContainerProfil
635635
launcher and the MPI worker.
636636

637637
```yaml
638-
apiVersion: nnf.cray.hpe.com/v1alpha1
638+
apiVersion: nnf.cray.hpe.com/v1alpha6
639639
kind: NnfContainerProfile
640640
metadata:
641641
name: mpi-red-rock-slushy

0 commit comments

Comments
 (0)