From 5e4730e57525161fa58cb79610b8cae473a8c202 Mon Sep 17 00:00:00 2001 From: Alessandro Festa <47183399+alfsuse@users.noreply.github.com> Date: Thu, 8 Oct 2020 13:42:15 +0200 Subject: [PATCH] Migrated docs to k3ai-site repo Migrated all docs to k3ai-site repo to have a more clean structure --- SUMMARY.md | 14 -------------- cloud-providers/civo.md | 8 -------- configuration-options/gpu-support.md | 16 ---------------- docs/quick-start-guide.md | 1 - quick-start.md | 24 ------------------------ remove-k3ai.md | 8 -------- 6 files changed, 71 deletions(-) delete mode 100644 SUMMARY.md delete mode 100644 cloud-providers/civo.md delete mode 100644 configuration-options/gpu-support.md delete mode 100644 docs/quick-start-guide.md delete mode 100644 quick-start.md delete mode 100644 remove-k3ai.md diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index bd687b4..0000000 --- a/SUMMARY.md +++ /dev/null @@ -1,14 +0,0 @@ -# Table of contents - -* [K3ai \(keɪ3ai\)](README.md) -* [Quick Start](quick-start.md) -* [Remove k3ai](remove-k3ai.md) - -## Configuration Options - -* [GPU support](configuration-options/gpu-support.md) - -## Cloud Providers - -* [Civo](cloud-providers/civo.md) - diff --git a/cloud-providers/civo.md b/cloud-providers/civo.md deleted file mode 100644 index e0b806b..0000000 --- a/cloud-providers/civo.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -description: 'https://www.civo.com/' ---- - -# Civo - -Civo was born when our small team first came together to create an OpenStack-based cloud for a shared hosting provider. Riding high on that success, the fledgling team formally became Civo and quickly - diff --git a/configuration-options/gpu-support.md b/configuration-options/gpu-support.md deleted file mode 100644 index f9ca115..0000000 --- a/configuration-options/gpu-support.md +++ /dev/null @@ -1,16 +0,0 @@ -# GPU support - -To install a GPU enable cluster there are few mandatory steps that need to be done in advance. - -Please follow this guide from NVIDIA to install the pre-requisites: - -[https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html\#install-guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#install-guide) - -Once you completed the pre-req's you may install everything whit the following command: - -```text -curl -sfL https://github.com/kf5i/k3ai/releases/latest/download/install | bash -s -- --gpu -``` - - - diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md deleted file mode 100644 index 8b13789..0000000 --- a/docs/quick-start-guide.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/quick-start.md b/quick-start.md deleted file mode 100644 index 5e7d5d4..0000000 --- a/quick-start.md +++ /dev/null @@ -1,24 +0,0 @@ -# Quick Start - -## First things First - -If you like we also have a documentation website here: [https://k3ai.gitbook.io/docs/](https://k3ai.gitbook.io/docs/) - -Start by installing K3Ai with this: - -```bash -curl -sfL https://github.com/kf5i/k3ai/releases/latest/download/install | bash - -``` - -### **Notes: sometimes things take longer than expected and you may see the error below:** - -```text -error: timed out waiting for the condition on xxxxxxx -``` - -Don't worry about that sometimes the installation takes a few minutes especially the Vagrant one or if you have limited bandwidth. - -Still curious how this looks like? Here's a short demo: - -![](.gitbook/assets/aio.gif) - diff --git a/remove-k3ai.md b/remove-k3ai.md deleted file mode 100644 index b016e90..0000000 --- a/remove-k3ai.md +++ /dev/null @@ -1,8 +0,0 @@ -# Remove k3ai - -In order to uninstall k3ai we provide a simple command to remove all components. All you have to do is launch the following command: - -```text -k3s-uninstall.sh -``` -