You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Create Genesis Cloud API token(https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/\#create-genesis-cloud-api-token)
1935
-
1936
-
You can create Genesis Cloud API token by following [this guide](https://support.genesiscloud.com/support/solutions/articles/47001126146-how-to-generate-an-api-token-). The token must be able to have access to the following compute resources.
### Single provider, multi region cluster example(https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/\#single-provider-multi-region-cluster-example)
1946
-
1947
-
#### Create a secret for Genesis cloud provider(https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/\#create-a-secret-for-genesis-cloud-provider)
from [Nvidia](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#operator-install-guide)
3282
-
to deploy the `gpu-operator` into a claudie build kubernetes cluster. Make sure you fulfill the necessary listed
3193
+
to deploy the `gpu-operator` into a Claudie-built Kubernetes cluster. Make sure you fulfill the necessary listed
3283
3194
requirements in prerequisites before continuing, if you decide to use a different cloud provider.
3284
3195
3285
-
In this example we will be using [GenesisCloud](https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/) as our provider, with the following config:
3196
+
In this example we will be using [AWS](https://docs.claudie.io/latest/input-manifest/providers/aws/) as our provider, with the following config:
The fields that need to be included in a Kubernetes Secret resource to utilize the Genesis Cloud provider.
3773
-
To find out how to configure Genesis Cloud provider, follow the instructions [here](https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/).
3774
-
3775
-
- `apitoken`
3776
-
3777
-
API token for the provider.
3778
-
3779
-
- `templates`
3780
-
- `repository`: specifies the location from where the external template are to be acquired. Must be a publicly available git repository.
3781
-
- `tag`: Optional. If set when the git repository is downloaded, the commit hash from the tag version is used.
3782
-
- `path`: specifies the path for a specific provider within the `repository` where the source template files are located.
Copy file name to clipboardExpand all lines: llms.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
- [Azure](https://docs.claudie.io/latest/input-manifest/providers/azure/) Step-by-step guide to configure Azure credentials and input manifests.
14
14
- [Cloudflare](https://docs.claudie.io/latest/input-manifest/providers/cloudflare/) Step-by-step guide to configure Cloudflare credentials and input manifests.
15
15
- [GCP](https://docs.claudie.io/latest/input-manifest/providers/gcp/) Step-by-step guide to configure GCP credentials and input manifests.
16
-
- [Genesis](https://docs.claudie.io/latest/input-manifest/providers/genesiscloud/) Guide to using Genesis Cloud API token and input manifest.
17
16
- [Hetzner](https://docs.claudie.io/latest/input-manifest/providers/hetzner/) Step-by-step guide to configure Hetzner credentials and input manifests.
18
17
- [OCI](https://docs.claudie.io/latest/input-manifest/providers/oci/) Step-by-step guide to configure Oracle credentials and input manifests.
19
18
- [On Premise](https://docs.claudie.io/latest/input-manifest/providers/on-prem/) Step-by-step guide to configure on premise hardware and input manifests.
0 commit comments