-
Notifications
You must be signed in to change notification settings - Fork 22
docs: retarget self-managed-deployment links to kubernetes-deployment #1793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5e388eb
docs: retarget self-managed-deployment links to kubernetes-deployment
glody f5bbdc4
docs: drop stale /tutorials/ from Models and Inference links
glody dfd7bfb
docs: pin OpenSandbox how-to slug to open-sandbox
glody 356778c
docs: update Helm chart documentation URLs after nav slug changes
glody a44480d
docs: pin Studio Plugin UIs nav slug to plugins
glody 690eac7
Merge pull request #1797 from NVIDIA-NeMo/docs-nvbug-6722635/glody
glody 706848f
Merge pull request #1796 from NVIDIA-NeMo/docs-nvbug-6722634/glody
glody 295a1b5
Merge pull request #1795 from NVIDIA-NeMo/docs-nvbug-6722632/glody
glody ac93e6d
Merge pull request #1794 from NVIDIA-NeMo/docs-nvbug-6722631/glody
glody File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,95 +9,95 @@ description: "" | |
|
|
||
| NeMo Platform is bundled in an all-in-one Helm chart for self-managed Kubernetes deployments. Use these guides to deploy the platform on local clusters such as minikube and kind, managed clusters such as EKS, AKS, GKE, and OKE, or on-prem Kubernetes. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same question here |
||
|
|
||
| Start with [Prerequisites](/documentation/self-managed-deployment/setup/helm/prerequisites), then follow [Install](/documentation/self-managed-deployment/setup/helm/install). The install guide pins the chart with `NMP_HELM_CHART_VERSION` and uses the `nvidia/nemo-platform` NGC org for chart and image access. | ||
| Start with [Prerequisites](/documentation/kubernetes-deployment/setup/helm/prerequisites), then follow [Install](/documentation/kubernetes-deployment/setup/helm/install). The install guide pins the chart with `NMP_HELM_CHART_VERSION` and uses the `nvidia/nemo-platform` NGC org for chart and image access. | ||
|
|
||
| <Cards> | ||
|
|
||
| <Card title="Prerequisites" href="/documentation/self-managed-deployment/setup/helm/prerequisites"> | ||
| <Card title="Prerequisites" href="/documentation/kubernetes-deployment/setup/helm/prerequisites"> | ||
|
|
||
| Review the prerequisites for installing the NeMo Platform Helm Chart. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Install" href="/documentation/self-managed-deployment/setup/helm/install"> | ||
| <Card title="Install" href="/documentation/kubernetes-deployment/setup/helm/install"> | ||
|
|
||
| Install the NeMo Platform using the Helm chart. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">on-prem</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="NetworkPolicy Smoke Test" href="/documentation/self-managed-deployment/setup/helm/network-policy-smoke-test"> | ||
| <Card title="NetworkPolicy Smoke Test" href="/documentation/kubernetes-deployment/setup/helm/network-policy-smoke-test"> | ||
|
|
||
| Verify Helm NetworkPolicies on a local Kind cluster with Calico and Chainsaw. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">kind</span> <span class="md-tag">networking</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Database Setup" href="/documentation/self-managed-deployment/setup/helm/database-setup"> | ||
| <Card title="Database Setup" href="/documentation/kubernetes-deployment/setup/helm/database-setup"> | ||
|
|
||
| Set up an external database for the NeMo Platform. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">on-prem</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Ingress" href="/documentation/self-managed-deployment/setup/helm/ingress"> | ||
| <Card title="Ingress" href="/documentation/kubernetes-deployment/setup/helm/ingress"> | ||
|
|
||
| Set up Ingress for the NeMo Platform. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">on-prem</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Persistent Volumes" href="/documentation/self-managed-deployment/setup/helm/persistent-volumes"> | ||
| <Card title="Persistent Volumes" href="/documentation/kubernetes-deployment/setup/helm/persistent-volumes"> | ||
|
|
||
| Set up persistent volumes for the NeMo Platform. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">on-prem</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="File Storage" href="/documentation/self-managed-deployment/setup/helm/file-storage"> | ||
| <Card title="File Storage" href="/documentation/kubernetes-deployment/setup/helm/file-storage"> | ||
|
|
||
| Configure storage options for the Files service. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">on-prem</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Multinode Networking" href="/documentation/self-managed-deployment/setup/helm/multinode-networking"> | ||
| <Card title="Multinode Networking" href="/documentation/kubernetes-deployment/setup/helm/multinode-networking"> | ||
|
|
||
| Configure high-performance east-west networking (EFA, InfiniBand, TCP-XO, SR-IOV) for multi-node training. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">cloud</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Volcano" href="/documentation/self-managed-deployment/setup/helm/volcano"> | ||
| <Card title="Volcano" href="/documentation/kubernetes-deployment/setup/helm/volcano"> | ||
|
|
||
| Install the Volcano scheduler for multi-node jobs. The chart does not install Volcano. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="OpenSandbox" href="/documentation/self-managed-deployment/setup/helm/opensandbox"> | ||
| <Card title="OpenSandbox" href="/documentation/kubernetes-deployment/setup/helm/opensandbox"> | ||
|
|
||
| Install OpenSandbox with the shared-kernel / default runtime path and point jobs at the in-cluster server. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="OpenSandbox with Kata" href="/documentation/self-managed-deployment/setup/helm/opensandbox-kata"> | ||
| <Card title="OpenSandbox with Kata" href="/documentation/kubernetes-deployment/setup/helm/opensandbox-kata"> | ||
|
|
||
| Install Kata Containers and an OpenSandbox server that uses RuntimeClass kata-qemu. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="OpenShift" href="/documentation/self-managed-deployment/setup/helm/openshift"> | ||
| <Card title="OpenShift" href="/documentation/kubernetes-deployment/setup/helm/openshift"> | ||
|
|
||
| Install with OpenShift-compatible configuration. | ||
|
|
||
| <small><span class="md-tag">cluster-admin</span> <span class="md-tag">openshift</span></small> | ||
|
|
||
| </Card> | ||
| <Card title="Backup and Restore" href="/documentation/self-managed-deployment/setup/helm/backup-and-restore"> | ||
| <Card title="Backup and Restore" href="/documentation/kubernetes-deployment/setup/helm/backup-and-restore"> | ||
|
|
||
| Set up backup and restore configurations for the NeMo Platform. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glody should this change to remove self managed or leave it as is?