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
Additionally, the Gitlab CI for this project builds the documentation on every merge into the default branch (`master`).
56
-
The documentation from the current default branch (`master`) is available at <https://nvidia.gitlab.io/cloud-native/cnt-docs/review/latest/>.
58
+
Also, the Github CI for this project builds the documentation on every merge into the default branch (`main`).
59
+
The documentation from the current default branch (`main`) is available at <https://docs.nvidia.com/datacenter/cloud-native/>.
57
60
Documentation in the default branch is under development and unstable.
58
61
59
62
## Checking for Broken Links
@@ -187,12 +190,12 @@ If the commit message includes `/not-latest`, then only the documentation in the
187
190
1. After you merge the pull request, the `docs-build.yaml` action detects that the newly incremented `env.TAG`
188
191
container is not in the registry, builds the container with that tag and pushes it to the GitHub registry.
189
192
190
-
When you tag a commit to publish, GitLab CI pulls image from the `variables.BUILDER_IMAGE` value,
193
+
When you tag a commit to publish, Github CI pulls image from the `variables.BUILDER_IMAGE` value,
191
194
builds the documentation, and that HTML is delivered to docs.nvidia.com.
192
195
193
196
## License and Contributing
194
197
195
198
This documentation repository is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
196
199
197
-
Contributions are welcome. Refer to the [CONTRIBUTING.md](https://gitlab.com/nvidia/cloud-native/cnt-docs/-/blob/master/CONTRIBUTING.md) document for more
200
+
Contributions are welcome. Refer to the [CONTRIBUTING.md](https://github.com/NVIDIA/cloud-native-docs/blob/main/CONTRIBUTING.md) document for more
198
201
information on guidelines to follow before contributions can be accepted.
#. Change to the ``rhel8/precompiled`` directory under the cloned repository. You can build precompiled driver images for versions 8 and 9 of RHEL from this directory:
69
69
70
70
.. code-block:: console
71
71
72
-
$ cd driver/rhel8/precompiled
72
+
$ cd gpu-driver-container/rhel8/precompiled
73
73
74
74
#. Create a Red Hat Customer Portal Activation Key and note your Red Hat Subscription Management (RHSM) organization ID. These are to install packages during a build. Save the values to files such as ``$HOME/rhsm_org`` and ``$HOME/rhsm_activationkey``:
Copy file name to clipboardExpand all lines: openshift/mig-ocp.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The NVIDIA GPU Operator exposes GPUs to Kubernetes as extended resources that ca
108
108
109
109
Version 1.8 and greater of the NVIDIA GPU Operator supports updating the **Strategy** in the ClusterPolicy after deployment.
110
110
111
-
The `default configmap <https://gitlab.com/nvidia/kubernetes/gpu-operator/-/blob/v1.8.0/assets/state-mig-manager/0400_configmap.yaml>`_ defines the combination of single (homogeneous) and mixed (heterogeneous) profiles that are supported for A100-40GB, A100-80GB and A30-24GB.
111
+
The `default configmap <https://github.com/NVIDIA/gpu-operator/blob/main/assets/state-mig-manager/0400_configmap.yaml>`_ defines the combination of single (homogeneous) and mixed (heterogeneous) profiles that are supported for A100-40GB, A100-80GB and A30-24GB.
112
112
The configmap allows administrators to declaratively define a set of possible MIG configurations they would like applied to all GPUs on a node.
113
113
The tables below describe these configurations:
114
114
@@ -301,7 +301,7 @@ Creating and applying a custom MIG configuration
301
301
302
302
Follow the guidance below to create a new slicing profile.
303
303
304
-
#. Prepare a custom ``configmap`` resource file for example ``custom_configmap.yaml``. Use the `configmap <https://gitlab.com/nvidia/kubernetes/gpu-operator/-/blob/v1.8.0/assets/state-mig-manager/0400_configmap.yaml>`_ as guidance to help you build that custom configuration. For more documentation about the file format see `mig-parted <https://github.com/NVIDIA/mig-parted>`_.
304
+
#. Prepare a custom ``configmap`` resource file for example ``custom_configmap.yaml``. Use the `configmap <https://github.com/NVIDIA/gpu-operator/blob/main/assets/state-mig-manager/0400_configmap.yaml>`_ as guidance to help you build that custom configuration. For more documentation about the file format see `mig-parted <https://github.com/NVIDIA/mig-parted>`_.
305
305
306
306
.. note:: For a list of all supported combinations and placements of profiles on A100 and A30, refer to the section on `supported profiles <https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html#supported-profiles>`_.
0 commit comments