Skip to content

Commit 34baa91

Browse files
Shiva Kumarshivakunv
authored andcommitted
migrate refrences from gitlab to github
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent b69fe43 commit 34baa91

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ The product documentation portal can be found at: https://docs.nvidia.com/datace
88
## Building the Container
99

1010
This step is optional if your only goal is to build the documentation.
11-
As an alternative to building the container, you can run `docker pull registry.gitlab.com/nvidia/cloud-native/cnt-docs:0.4.0`.
11+
As an alternative to building the container, you can run `docker pull ghcr.io/nvidia/cloud-native-docs:4`.
1212

1313
Refer to <https://gitlab.com/nvidia/cloud-native/cnt-docs/container_registry> to find the most recent tag.
1414

1515
If you change the `Dockerfile`, update `CONTAINER_RELEASE_IMAGE` in the `gitlab-ci.yml` file to the new tag and build the container.
1616
Use the `Dockerfile` in the repository (under the `docker` directory) to generate the custom doc build container.
1717

18+
Refer to <https://github.com/NVIDIA/cloud-native-docs/tags> to find the most recent tag.
1819
1. Build the container:
1920

2021
```bash
22+
git clone https://github.com/NVIDIA/cloud-native-docs.git
23+
cd cloud-native-docs
2124
docker build --pull \
2225
--tag cnt-doc-builder \
2326
--file docker/Dockerfile .
@@ -52,8 +55,8 @@ The resulting HTML pages are located in the `_build/docs/.../latest/` directory
5255
More information about the `repo docs` command is available from
5356
<http://omniverse-docs.s3-website-us-east-1.amazonaws.com/repo_docs/0.20.3/index.html>.
5457

55-
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/>.
5760
Documentation in the default branch is under development and unstable.
5861

5962
## Checking for Broken Links
@@ -187,12 +190,12 @@ If the commit message includes `/not-latest`, then only the documentation in the
187190
1. After you merge the pull request, the `docs-build.yaml` action detects that the newly incremented `env.TAG`
188191
container is not in the registry, builds the container with that tag and pushes it to the GitHub registry.
189192

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,
191194
builds the documentation, and that HTML is delivered to docs.nvidia.com.
192195

193196
## License and Contributing
194197

195198
This documentation repository is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
196199

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
198201
information on guidelines to follow before contributions can be accepted.

gpu-operator/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ If you want to use custom driver container images, such as version 465.27, then
435435
you can build a custom driver container image. Follow these steps:
436436

437437
- Rebuild the driver container by specifying the ``$DRIVER_VERSION`` argument when building the Docker image. For
438-
reference, the driver container Dockerfiles are available on the Git repository at https://gitlab.com/nvidia/container-images/driver.
438+
reference, the driver container Dockerfiles are available on the Git repository at https://github.com/NVIDIA/gpu-driver-container/.
439439
- Build the container using the appropriate Dockerfile. For example:
440440

441441
.. code-block:: console

gpu-operator/gpu-operator-kubevirt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ Open a terminal and clone the driver container image repository.
534534

535535
.. code-block:: console
536536
537-
$ git clone https://gitlab.com/nvidia/container-images/driver
538-
$ cd driver
537+
$ git clone https://github.com/NVIDIA/gpu-driver-container.git
538+
$ cd gpu-driver-container
539539
540540
Change to the vgpu-manager directory for your OS. We use Ubuntu 20.04 as an example.
541541

gpu-operator/install-gpu-operator-vgpu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Perform the following steps to build and push a container image that includes th
104104

105105
.. code-block:: console
106106
107-
$ git clone https://github.com/NVIDIA/gpu-driver-container
107+
$ git clone https://github.com/NVIDIA/gpu-driver-container.git
108108
109109
.. code-block:: console
110110

gpu-operator/precompiled-drivers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ you can perform the following steps to build and run a container image.
240240

241241
.. code-block:: console
242242
243-
$ git clone https://gitlab.com/nvidia/container-images/driver
243+
$ git clone https://github.com/NVIDIA/gpu-driver-container.git
244244
245245
.. code-block:: console
246246
247-
$ cd driver
247+
$ cd gpu-driver-container
248248
249249
#. Change directory to the operating system name and version under the driver directory:
250250

openshift/gpu-operator-with-precompiled-drivers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Perform the following steps to build a custom driver image for use with Red Hat
6363

6464
.. code-block:: console
6565
66-
$ git clone https://gitlab.com/nvidia/container-images/driver
66+
$ git clone https://github.com/NVIDIA/gpu-driver-container.git
6767
6868
#. 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:
6969

7070
.. code-block:: console
7171
72-
$ cd driver/rhel8/precompiled
72+
$ cd gpu-driver-container/rhel8/precompiled
7373
7474
#. 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``:
7575

openshift/mig-ocp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The NVIDIA GPU Operator exposes GPUs to Kubernetes as extended resources that ca
108108

109109
Version 1.8 and greater of the NVIDIA GPU Operator supports updating the **Strategy** in the ClusterPolicy after deployment.
110110

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.
112112
The configmap allows administrators to declaratively define a set of possible MIG configurations they would like applied to all GPUs on a node.
113113
The tables below describe these configurations:
114114

@@ -301,7 +301,7 @@ Creating and applying a custom MIG configuration
301301

302302
Follow the guidance below to create a new slicing profile.
303303

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>`_.
305305

306306
.. 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>`_.
307307

openshift/openshift-virtualization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ Use the following steps to build the vGPU Manager container and push it to a pri
245245

246246
.. code-block:: console
247247
248-
$ git clone https://gitlab.com/nvidia/container-images/driver
249-
$ cd driver
248+
$ git clone https://github.com/NVIDIA/gpu-driver-container.git
249+
$ cd gpu-driver-container
250250
251251
#. Change to the ``vgpu-manager`` directory for your OS:
252252

partner-validated/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ You provide the following:
7474

7575
* Document and contribute the exact software stack that you self-validated.
7676
Refer to the
77-
`PARTNER-VALIDATED-TEMPLATE.rst file <https://gitlab.com/NVIDIA/cloud-native/cnt-docs/-/tree/master/partner-validated>`__
77+
`PARTNER-VALIDATED-TEMPLATE.rst file <https://github.com/NVIDIA/cloud-native-docs/tree/main/partner-validated>`__
7878
in the ``partner-validated`` directory of the documentation repository as a starting point.
7979
Open a pull request to the repository with your update.
80-
Refer to the `CONTRIBUTING.md file <https://gitlab.com/nvidia/cloud-native/cnt-docs/-/blob/master/CONTRIBUTING.md>`__
80+
Refer to the `CONTRIBUTING.md file <https://github.com/NVIDIA/cloud-native-docs/blob/main/CONTRIBUTING.md>`__
8181
in the root directory of the documentation repository for information about contributing documentation.
8282

8383
* Run the self-validated configuration and then share the outcome with NVIDIA by providing

0 commit comments

Comments
 (0)