Skip to content

Commit 584bc5d

Browse files
author
Eric Ernst
committedNov 27, 2018
docs: update azure install guide
Add link to distribution specific guides, and reference azure document from install README. Signed-off-by: Eric Ernst <[email protected]>
1 parent 2c6800e commit 584bc5d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
 

‎install/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Manual installation instructions are available for [these distributions](#suppor
8484

8585
## Installing on a Cloud Service Platform
8686
* [Amazon Web Services (AWS)](aws-installation-guide.md)
87+
* [Microsoft Azure](azure-installation-guide.md)
8788
* [Google Compute Engine (GCE)](gce-installation-guide.md)
8889

8990
## Further information

‎install/azure-installation-guide.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# Install Kata Containers on Azure
1+
# Install Kata Containers on Microsoft Azure
22

3-
Kata Containers on Azure use nested virtualization to provide an identical installation experience to Kata on your preferred Linux distribution.
3+
Kata Containers on Azure use nested virtualization to provide an identical installation
4+
experience to Kata on your preferred Linux distribution.
45

5-
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.
6+
This guide assumes you have an Azure account set up and tools to remotely login to your virtual
7+
machine (SSH). Instructions will use [Azure Portal](https://portal.azure.com/) to avoid
8+
local dependencies and setup.
69

710
## Create a new virtual machine with nesting support
811

9-
Create a new virtual machine With
12+
Create a new virtual machine with:
1013
* Nesting support (v3 series)
1114
* your distro of choice
1215

13-
## Set up with distro specific quick start
16+
## Set up with distribution specific quick start
17+
18+
Follow distribution specific [install guides](https://github.com/kata-containers/documentation/tree/master/install#supported-distributions).

0 commit comments

Comments
 (0)
Please sign in to comment.