From 53d6b2351142ded3300f1d464acca96b45bafa6c Mon Sep 17 00:00:00 2001 From: Mike Wilson <hyperbolic2346@users.noreply.github.com> Date: Mon, 26 Feb 2018 09:44:30 -0500 Subject: [PATCH] Updated anchors --- docs/getting-started-guides/ubuntu/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/ubuntu/installation.md b/docs/getting-started-guides/ubuntu/installation.md index e038409947985..7bc2a352e5acd 100644 --- a/docs/getting-started-guides/ubuntu/installation.md +++ b/docs/getting-started-guides/ubuntu/installation.md @@ -64,18 +64,18 @@ For support level information on all solutions, see the [Table of solutions](/do ## Installation options -You can launch a cluster in one of two ways: [conjure-up](#conjure-up) or [juju deploy](#juju). Conjure-up is just a convenience wrapper over juju and simplifies the installation. As such, it is the preferred method of install. +You can launch a cluster in one of two ways: [conjure-up](#conjure-up) or [juju deploy](#juju-deploy). Conjure-up is just a convenience wrapper over juju and simplifies the installation. As such, it is the preferred method of install. Deployment of the cluster is [supported on a wide variety of public clouds](#cloud-compatibility), private OpenStack clouds, or raw bare metal clusters. Bare metal deployments are supported via [MAAS](http://maas.io/). -## <a name="conjure-up"></a>Conjure-up +## Conjure-up To install Kubernetes with conjure-up, you need only to run the following commands and then follow the prompts: ``` sudo snap install conjure-up --classic conjure-up kubernetes ``` -## <a name="juju"></a>Juju deploy +## Juju deploy ### Configure Juju to use your cloud provider