From 2c6800eb3e52a6b64f992a4a13828f21fe20e3f6 Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 2 Jul 2018 13:37:10 -0700 Subject: [PATCH 1/2] docs: Creating placeholder for Azure get started guide Simple starter template to get URLs in shape. Content pending. Fixes: #130 Signed-off-by: scooley@microsoft.com Signed-off-by: Eric Ernst --- install/azure-installation-guide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 install/azure-installation-guide.md diff --git a/install/azure-installation-guide.md b/install/azure-installation-guide.md new file mode 100644 index 0000000000..233b6ee285 --- /dev/null +++ b/install/azure-installation-guide.md @@ -0,0 +1,13 @@ +# Install Kata Containers on Azure + +Kata Containers on Azure use nested virtualization to provide an identical installation experience to Kata on your preferred Linux distribution. + +This guide assumes you have an Azure account set up and tools to remote into your virtual machine (SSH). Instructions will use [Azure Portal](https://portal.azure.com/) to avoid local dependencies and setup. + +## Create a new virtual machine with nesting support + +Create a new virtual machine With +* Nesting support (v3 series) +* your distro of choice + +## Set up with distro specific quick start From 584bc5d23248693197adc0c7be364ee9a9b55605 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 26 Nov 2018 08:52:40 -0800 Subject: [PATCH 2/2] docs: update azure install guide Add link to distribution specific guides, and reference azure document from install README. Signed-off-by: Eric Ernst --- install/README.md | 1 + install/azure-installation-guide.md | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/install/README.md b/install/README.md index 2ba7538778..3a4e80d2ab 100644 --- a/install/README.md +++ b/install/README.md @@ -84,6 +84,7 @@ Manual installation instructions are available for [these distributions](#suppor ## Installing on a Cloud Service Platform * [Amazon Web Services (AWS)](aws-installation-guide.md) +* [Microsoft Azure](azure-installation-guide.md) * [Google Compute Engine (GCE)](gce-installation-guide.md) ## Further information diff --git a/install/azure-installation-guide.md b/install/azure-installation-guide.md index 233b6ee285..14b3512df6 100644 --- a/install/azure-installation-guide.md +++ b/install/azure-installation-guide.md @@ -1,13 +1,18 @@ -# Install Kata Containers on Azure +# Install Kata Containers on Microsoft Azure -Kata Containers on Azure use nested virtualization to provide an identical installation experience to Kata on your preferred Linux distribution. +Kata Containers on Azure use nested virtualization to provide an identical installation +experience to Kata on your preferred Linux distribution. -This guide assumes you have an Azure account set up and tools to remote into your virtual machine (SSH). Instructions will use [Azure Portal](https://portal.azure.com/) to avoid local dependencies and setup. +This guide assumes you have an Azure account set up and tools to remotely login to your virtual +machine (SSH). Instructions will use [Azure Portal](https://portal.azure.com/) to avoid +local dependencies and setup. ## Create a new virtual machine with nesting support -Create a new virtual machine With +Create a new virtual machine with: * Nesting support (v3 series) * your distro of choice -## Set up with distro specific quick start +## Set up with distribution specific quick start + +Follow distribution specific [install guides](https://github.com/kata-containers/documentation/tree/master/install#supported-distributions).