adaptation to hero
This commit is contained in:
@@ -20,10 +20,10 @@ In this guide, we go through the basic steps to deploy a [Hummingbot](https://hu
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- [A TFChain account](wallet_connector.md)
|
||||
- [A TFChain account](dashboard:wallet_connector.md)
|
||||
- TFT in your TFChain account
|
||||
- [Buy TFT](buy_sell_tft.md)
|
||||
- [Send TFT to TFChain](tfchain_stellar_bridge.md)
|
||||
- [Buy TFT](threefold_token:buy_sell_tft.md)
|
||||
- [Send TFT to TFChain](threefold_token:tft_bridges.md)
|
||||
|
||||
## Deploy a Full VM
|
||||
|
||||
|
@@ -22,7 +22,7 @@ large scale AI/ML, data lake and database workloads. Helm is a package manager f
|
||||
## Prerequisites
|
||||
|
||||
- TFChain account with TFT
|
||||
- [Deploy Kubernetes cluster with one master and one worker (IPv4)](dashboard/@@k8s)
|
||||
- [Deploy Kubernetes cluster with one master and one worker (IPv4)](dashboard@@k8s)
|
||||
- [Make sure you can connect via SSH on the terminal](system_administrators@@ssh_openssh)
|
||||
|
||||
## Create an SSH Tunnel
|
||||
|
@@ -91,11 +91,11 @@ This means that, to execute, you just need to type `make run` and to destroy, yo
|
||||
|
||||
## Creating a Network
|
||||
|
||||
We address here how to create a [network](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/network).
|
||||
We address here how to create a [network](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/network).
|
||||
|
||||
### Pulumi File
|
||||
|
||||
You can find the original file [here](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/network/Pulumi.yaml).
|
||||
You can find the original file [here](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/network/Pulumi.yaml).
|
||||
|
||||
```yml
|
||||
name: pulumi-provider-grid
|
||||
@@ -206,7 +206,7 @@ outputs:
|
||||
|
||||
## Creating a Virtual Machine
|
||||
|
||||
Now, we will check an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/virtual_machine) on how to create a virtual machine.
|
||||
Now, we will check an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/virtual_machine) on how to create a virtual machine.
|
||||
|
||||
Just like we've seen above, we will have two files `Makefile` and `Pulumi.yaml` where we describe the infrastructure.
|
||||
|
||||
@@ -320,7 +320,7 @@ That's it! You can now execute `make run` to bring the infrastructure up.
|
||||
|
||||
## Kubernetes
|
||||
|
||||
We now see how to deploy a [Kubernetes cluster using Pulumi](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/kubernetes/Pulumi.yaml).
|
||||
We now see how to deploy a [Kubernetes cluster using Pulumi](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/kubernetes/Pulumi.yaml).
|
||||
|
||||
```yaml
|
||||
content was removed for brevity
|
||||
@@ -364,7 +364,7 @@ Now, we define the Kubernetes resource `grid:internal:Kubernetes` that has maste
|
||||
|
||||
## Creating a Domain
|
||||
|
||||
The ThreeFold Pulumi repository also covers examples on [how to work with TFGrid gateways](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/gateway_name/Pulumi.yaml).
|
||||
The ThreeFold Pulumi repository also covers examples on [how to work with TFGrid gateways](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/gateway_name/Pulumi.yaml).
|
||||
|
||||
The basic idea is that you have a virtual machine workload on a specific IP, e.g. public IPv4, IPv6, or Planetary Network, and you want to access it using domains.
|
||||
|
||||
@@ -420,7 +420,7 @@ Some things to note:
|
||||
|
||||
### Example of a Fully Controlled Domain
|
||||
|
||||
Here's an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/gateway_fqdn/Pulumi.yaml) of a more complicated, but fully controlled domain.
|
||||
Here's an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/gateway_fqdn/Pulumi.yaml) of a more complicated, but fully controlled domain.
|
||||
|
||||
```yml
|
||||
code removed for brevity
|
||||
|
Reference in New Issue
Block a user