From 03758b1ce1957603d5159fcdebfbda35435b1147 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 26 Nov 2018 12:33:02 -0500 Subject: [PATCH] vexxhost: add quickstart docs Created a new installation guide for installing Kata on https://vexxhost.com. Fixes #315. Signed-off-by: Mohammed Naser --- install/README.md | 1 + install/vexxhost-installation-guide.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 install/vexxhost-installation-guide.md diff --git a/install/README.md b/install/README.md index 2ba7538778..442ddb6bbb 100644 --- a/install/README.md +++ b/install/README.md @@ -85,6 +85,7 @@ Manual installation instructions are available for [these distributions](#suppor ## Installing on a Cloud Service Platform * [Amazon Web Services (AWS)](aws-installation-guide.md) * [Google Compute Engine (GCE)](gce-installation-guide.md) +# [VEXXHOST OpenStack Cloud](vexxhost-installation-guide.md) ## Further information * The [upgrading document](../Upgrading.md). diff --git a/install/vexxhost-installation-guide.md b/install/vexxhost-installation-guide.md new file mode 100644 index 0000000000..da5de43186 --- /dev/null +++ b/install/vexxhost-installation-guide.md @@ -0,0 +1,16 @@ +# Install Kata Containers on VEXXHOST + +Kata Containers on VEXXHOST use nested virtualization to provide an identical +installation experience to Kata on your preferred Linux distribution. + +This guide assumes you have an OpenStack public cloud account set up and tools +to remotely connect to your virtual machine (SSH). + +## Create a new virtual machine with nesting support + +All regions support nested virtualization using the V2 flavors (those prefixed +with v2). The recommended machine type for container workloads is `v2-highcpu` range. + +## Set up with distribution specific quick start + +Follow distribution specific [install guides](https://github.com/kata-containers/documentation/tree/master/install#supported-distributions).