You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: docs/guides/data-movement/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ for understanding how to use profiles, set a default, etc.
24
24
For an in-depth understanding of the capabilities offered by Data Movement profiles, we recommend
25
25
referring to the following resources:
26
26
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`
Copy file name to clipboardExpand all lines: docs/guides/user-containers/readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ The next few subsections provide an overview of the primary components comprisin
52
52
aspects, they don't encompass every single detail. For an in-depth understanding of the capabilities
53
53
offered by container profiles, we recommend referring to the following resources:
54
54
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)
58
58
59
59
#### Container Storages
60
60
@@ -597,7 +597,7 @@ The following profile shows the placement of the `readonly-red-rock-slushy` secr
597
597
in the previous step, and points to the user's `dean/red-rock-slushy:v1.0` container.
598
598
599
599
```yaml
600
-
apiVersion: nnf.cray.hpe.com/v1alpha1
600
+
apiVersion: nnf.cray.hpe.com/v1alpha6
601
601
kind: NnfContainerProfile
602
602
metadata:
603
603
name: red-rock-slushy
@@ -635,7 +635,7 @@ insert two `imagePullSecrets` lists into the `mpiSpec` of the NnfContainerProfil
0 commit comments