Skip to content

Commit

Permalink
GitBook: [#544] Provider Helm Chart links
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Carruthers authored and gitbook-bot committed May 4, 2022
1 parent d972248 commit 2715794
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

* [Features](features/README.md)
* [Test Page](features/test-page.md)
* [Other Resources](other-resources/README.md)
* [Other Resources](other-resources.md)
* [Experimental](other-resources/experimental/README.md)
* [Akash Cloud Provider Build With Helm Charts](other-resources/experimental/akash-cloud-provider-build-with-helm-charts/README.md)
* [STEP 1 - Prerequisites of an Akash Provider](other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The steps to create an Akash wallet are covered in the Provider setup section of

A full Kubernetes cluster is required with outbound internet access and be reachable from the internet.

If you need assistance in building a new cluster, visit the [Kubernetes Cluster for Akash Providers ](broken-reference)guide.
If you need assistance in building a new cluster, visit the [Kubernetes Cluster for Akash Providers ](../kubernetes-cluster-for-akash-providers/)guide.

## RPC Node

Akash Providers need to run their own blockchain RPC node to remove dependence on public nodes. This is a strict requirement. The RPC node should not run as a deployment on the Testnet network as no long running workloads should run in that environment and deployments running for more than several hours be deleted.

Build your own RPC node via these [instructions](broken-reference).
Build your own RPC node via these[ instructions.](../../../operations/node/)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEP 3 - Export Provider Wallet

In this section we will export the pre-existing, funded wallet to store the private key in a local file. To conduct the commands in this section the Akash CLI must be installed which is detailed in this [guide](broken-reference).
In this section we will export the pre-existing, funded wallet to store the private key in a local file. To conduct the commands in this section the Akash CLI must be installed which is detailed in this [guide](../../../guides/cli.md).

The wallet used will be used for the following purposes:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# STEP 5 - Provider Build via Helm Chart



## **Environment Variables**

* Declare the following environment variables for Helm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Kubernetes Cluster for Akash Providers



## **Overview**

Akash leases are deployed via Kubernetes pods on provider clusters. This guide details the build of the provider’s Kubernetes control plane and worker nodes.
Expand Down

0 comments on commit 2715794

Please sign in to comment.