Skip to content

Commit 523555d

Browse files
Scott Carruthersgitbook-bot
Scott Carruthers
authored andcommitted
GITBOOK-1211: Add link for GPU kubespray
1 parent 5e145cd commit 523555d

23 files changed

+29
-31
lines changed

SUMMARY.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
* [STEP 6 - Verify Current Provider Settings](providers/build-a-cloud-provider/akash-provider-checkup/step-6-verify-current-provider-settings.md)
117117
* [STEP 7 - Additional Verifications](providers/build-a-cloud-provider/akash-provider-checkup/step-6-additional-verifications.md)
118118
* [Contact Technical Support](providers/build-a-cloud-provider/akash-provider-checkup/contact-technical-support.md)
119-
* [GPU Resource Enablement (Optional Step)](providers/build-a-cloud-provider/gpu-resource-enablement-optional-step/README.md)
120-
* [GPU Provider Configuration](providers/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-provider-configuration.md)
121-
* [GPU Node Label](providers/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-node-label.md)
122-
* [Apply NVIDIA Runtime Engine](providers/build-a-cloud-provider/gpu-resource-enablement-optional-step/apply-nvidia-runtime-engine.md)
123-
* [GPU Test Deployments](providers/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-test-deployments.md)
119+
* [GPU Resource Enablement (Optional Step)](other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/README.md)
120+
* [GPU Provider Configuration](other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-provider-configuration.md)
121+
* [GPU Node Label](other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-node-label.md)
122+
* [Apply NVIDIA Runtime Engine](other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/apply-nvidia-runtime-engine.md)
123+
* [GPU Test Deployments](other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-test-deployments.md)
124124
* [TLS Certs for Akash Provider (Optional Step)](providers/build-a-cloud-provider/tls-certs-for-akash-provider-optional-step/README.md)
125125
* [Install Let's Encrypt Cert Manager](providers/build-a-cloud-provider/tls-certs-for-akash-provider-optional-step/install-lets-encrypt-cert-manager.md)
126126
* [Configure the Issuer](providers/build-a-cloud-provider/tls-certs-for-akash-provider-optional-step/configure-the-issuer.md)
@@ -323,17 +323,17 @@
323323
* [Provider Upgrade](other-resources/archived-resources/mainnet5-upgrade-docs/provider-upgrade.md)
324324
* [Upgrades](other-resources/archived-resources/upgrades/README.md)
325325
* [Akash Mainnet5 Node Upgrade Guide](other-resources/archived-resources/upgrades/v0.20.0-upgrade-docs.md)
326-
* [Provider Build With GPU](other-resources/archived-resources/provider-build-with-gpu/README.md)
327-
* [Prepare Kubernetes Hosts](other-resources/archived-resources/provider-build-with-gpu/prepare-kubernetes-hosts.md)
328-
* [Disable Search Domains](other-resources/archived-resources/provider-build-with-gpu/disable-search-domains.md)
329-
* [Install NVIDIA Drivers & Toolkit](other-resources/archived-resources/provider-build-with-gpu/install-nvidia-drivers-and-toolkit.md)
330-
* [NVIDIA Runtime Configuration](other-resources/archived-resources/provider-build-with-gpu/nvidia-runtime-configuration.md)
331-
* [Create Kubernetes Cluster](other-resources/archived-resources/provider-build-with-gpu/create-kubernetes-cluster.md)
332-
* [Confirm Kubernetes Cluster](other-resources/archived-resources/provider-build-with-gpu/step-7-confirm-kubernetes-cluster.md)
333-
* [Helm Installation on Kubernetes Node](other-resources/archived-resources/provider-build-with-gpu/step-4-helm-installation-on-kubernetes-node.md)
334-
* [Apply NVIDIA Runtime Engine](other-resources/archived-resources/provider-build-with-gpu/apply-nvidia-runtime-engine.md)
335-
* [Test GPUs](other-resources/archived-resources/provider-build-with-gpu/test-gpus.md)
336-
* [Akash Provider Install](other-resources/archived-resources/provider-build-with-gpu/akash-provider-install.md)
337-
* [Ingress Controller Install](other-resources/archived-resources/provider-build-with-gpu/step-8-ingress-controller-install.md)
338-
* [Domain Name Review](other-resources/archived-resources/provider-build-with-gpu/step-5-domain-name-review.md)
339-
* [GPU Test Deployments](other-resources/archived-resources/provider-build-with-gpu/gpu-test-deployments.md)
326+
* [Provider Build With GPU](providers/build-a-cloud-provider/provider-build-with-gpu/README.md)
327+
* [Prepare Kubernetes Hosts](providers/build-a-cloud-provider/provider-build-with-gpu/prepare-kubernetes-hosts.md)
328+
* [Disable Search Domains](providers/build-a-cloud-provider/provider-build-with-gpu/disable-search-domains.md)
329+
* [Install NVIDIA Drivers & Toolkit](providers/build-a-cloud-provider/provider-build-with-gpu/install-nvidia-drivers-and-toolkit.md)
330+
* [NVIDIA Runtime Configuration](providers/build-a-cloud-provider/provider-build-with-gpu/nvidia-runtime-configuration.md)
331+
* [Create Kubernetes Cluster](providers/build-a-cloud-provider/provider-build-with-gpu/create-kubernetes-cluster.md)
332+
* [Confirm Kubernetes Cluster](providers/build-a-cloud-provider/provider-build-with-gpu/step-7-confirm-kubernetes-cluster.md)
333+
* [Helm Installation on Kubernetes Node](providers/build-a-cloud-provider/provider-build-with-gpu/step-4-helm-installation-on-kubernetes-node.md)
334+
* [Apply NVIDIA Runtime Engine](providers/build-a-cloud-provider/provider-build-with-gpu/apply-nvidia-runtime-engine.md)
335+
* [Test GPUs](providers/build-a-cloud-provider/provider-build-with-gpu/test-gpus.md)
336+
* [Akash Provider Install](providers/build-a-cloud-provider/provider-build-with-gpu/akash-provider-install.md)
337+
* [Ingress Controller Install](providers/build-a-cloud-provider/provider-build-with-gpu/step-8-ingress-controller-install.md)
338+
* [Domain Name Review](providers/build-a-cloud-provider/provider-build-with-gpu/step-5-domain-name-review.md)
339+
* [GPU Test Deployments](providers/build-a-cloud-provider/provider-build-with-gpu/gpu-test-deployments.md)

other-resources/archived-resources/provider-build-with-gpu/prepare-kubernetes-hosts.md

-5
This file was deleted.

providers/build-a-cloud-provider/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Our curated guide to building your decentralized provider follows these sequenti
77
* **STEP 1** - [Build the Kubernetes Cluster for your Provider](kubernetes-cluster-for-akash-providers/)
88
* **STEP 2** - [Build your Cloud Provider via Helm Charts](akash-cloud-provider-build-with-helm-charts/)
99
* **STEP 3** - [Complete a CheckUp of your New Provider](akash-provider-checkup/)
10-
* **STEP 4** - [Enable GPU Resources on your Cloud Provider](gpu-resource-enablement-optional-step/)
10+
* **STEP 4** - [Enable GPU Resources on your Cloud Provider](../../other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/)
1111
* **STEP 5** - [Enable Persistent Storage on your Cloud Provider](helm-based-provider-persistent-storage-enablement/)
1212
* **STEP 6** - [Provider Maintenance](../akash-provider-troubleshooting/provider-maintenance.md)
1313
* **STEP 7** - [Provider Troubleshooting](../akash-provider-troubleshooting/)
@@ -25,7 +25,7 @@ Our curated guide to building your decentralized provider follows these sequenti
2525

2626
Use the guide below to build an Akash provider hosting GPU resources:
2727

28-
* [Provider Build With GPU](../../other-resources/archived-resources/provider-build-with-gpu/)
28+
* [Provider Build With GPU](provider-build-with-gpu/)
2929

3030
#### VERIFICATIONS AND TROUBLESHOOTING
3131

providers/build-a-cloud-provider/kubernetes-cluster-for-akash-providers/step-6-create-kubernetes-cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ With inventory in place we are ready to build the Kubernetes cluster via Ansible
77
* Note - the cluster creation may take several minutes to complete
88
* If the Kubespray process fails or is interpreted, run the Ansible playbook again and it will complete any incomplete steps on the subsequent run
99

10-
> _**NOTE**_ - if you intend to enable GPU resources on your provider - consider completing this step now to avoid having to run Kubespray on multiple occasions. Only the `NVIDIA Runtime Configuration` section of the `GPU Resource Enablement` guide should be completed at this time and then return to this guide/step.
10+
> _**NOTE**_ - if you intend to enable GPU resources on your provider - consider completing this [step](../../../other-resources/experimental/build-a-cloud-provider/gpu-resource-enablement-optional-step/gpu-provider-configuration.md) now to avoid having to run Kubespray on multiple occasions. Only the `NVIDIA Runtime Configuration` section of the `GPU Resource Enablement` guide should be completed at this time and then return to this guide/step.
1111
1212
```
1313
cd ~/kubespray

other-resources/archived-resources/provider-build-with-gpu/akash-provider-install.md renamed to providers/build-a-cloud-provider/provider-build-with-gpu/akash-provider-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ EOF
186186
## **Provider Bid Defaults**
187187

188188
* When a provider is created the default bid engine settings are used which are used to derive pricing per workload. If desired these settings could be updated. But we would recommend initially using the default values.
189-
* For a through discussion on customized pricing please visit this [guide](../../../providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-6-provider-bid-customization.md).
189+
* For a through discussion on customized pricing please visit this [guide](../akash-cloud-provider-build-with-helm-charts/step-6-provider-bid-customization.md).
190190

191191
## Create Provider Via Helm
192192

other-resources/archived-resources/provider-build-with-gpu/gpu-test-deployments.md renamed to providers/build-a-cloud-provider/provider-build-with-gpu/gpu-test-deployments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Test your provider's ability to host GPU related deployments via the SDLs provid
66

77
Use any of the Akash deployment tools covered [here](../../../guides/) for your Provider test deployments.
88

9-
> _**NOTE**_ - this section covers GPU specific deployment testing and verificaiton of your Akash Provider. In addition, general Provider verifications can be made via this [Provider Checkup](../../../providers/build-a-cloud-provider/akash-provider-checkup/) guide.
9+
> _**NOTE**_ - this section covers GPU specific deployment testing and verificaiton of your Akash Provider. In addition, general Provider verifications can be made via this [Provider Checkup](../akash-provider-checkup/) guide.
1010
1111
## Example GPU SDL #1
1212

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Prepare Kubernetes Hosts
2+
3+
Akash Providers utilize an underlying Kubernetes cluster. Begin your Akash Provider build by preparing the hosts that the Kubernetes cluster will be built on.
4+
5+
Follow the instructions in this [guide](../kubernetes-cluster-for-akash-providers/) to prepare the hosts. Complete steps 1-6 in the linked guide and then return to proceed with the steps of this `Provider Build with GPU` guide.
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ helm repo add akash https://akash-network.github.io/helm-charts
2020
helm repo update
2121
```
2222

23-
24-
2523
## **Confirmation of Helm Install**
2624

2725
**Print Helm Version**

0 commit comments

Comments
 (0)