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
Copy file name to clipboardExpand all lines: docs/guides/user-containers/readme.md
+52-65Lines changed: 52 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,12 @@ 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/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)
55
+
-[Type definition](https://github.com/NearNodeFlash/nnf-sos/blob/master/api/v1alpha7/nnfcontainerprofile_types.go#L36) for `NnfContainerProfile`
56
+
-[Examples](https://github.com/NearNodeFlash/nnf-sos/blob/master/config/examples/nnf_nnfcontainerprofiles.yaml) for `NnfContainerProfile` (same as `kubectl get` above)
58
57
59
58
#### Container Storages
60
59
61
-
The `Storages` defined in the profile allow NNF filesystems to be made available inside of the
60
+
The `Storages` defined in the profile allow NNF filesystems to be made available inside the
62
61
container. These storages need to be referenced in the container workflow unless they are marked as
63
62
optional.
64
63
@@ -108,47 +107,38 @@ Example:
108
107
109
108
#### Container Spec
110
109
111
-
As mentioned earlier, container workflows can be categorized into two types: MPI and Non-MPI. It's
110
+
As mentioned earlier, container workflows can be categorized into two types: MPI and Non-MPI. It is
112
111
essential to choose and define only one of these types within the container profile. Regardless of
113
-
the type chosen, the data structure that implements the specification is equipped with two
114
-
"standard" resources that are distinct from NNF custom resources.
112
+
the chosen type, the same data structure is used to implement the specification.
115
113
116
-
For Non-MPI containers, the specification utilizes the `spec` resource. This is the standard
0 commit comments