From 5ce6c6015258fc9e4c5056b31e4e40f620047d61 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 18 Apr 2018 12:40:27 -0700 Subject: [PATCH] added note that aks is in beta. --- content/rancher/installation/server-installation/_index.md | 6 +++--- .../create-cluster-azure-container-service.md | 4 +++- layouts/shortcodes/beta-note_azure.html | 4 ++++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 layouts/shortcodes/beta-note_azure.html diff --git a/content/rancher/installation/server-installation/_index.md b/content/rancher/installation/server-installation/_index.md index 557d226341e..f413026489c 100644 --- a/content/rancher/installation/server-installation/_index.md +++ b/content/rancher/installation/server-installation/_index.md @@ -1,9 +1,9 @@ --- -title: "{{ replace .TranslationBaseName "-" " " | title }}" +title: "Rancher Server Installation" date: {{ .Date }} draft: true -tags: [ "tag", "tag", "tag", "tag" ] -layout: single-left +tags: [ "install" ] +layout: list categories: - "rancher" --- diff --git a/content/rancher/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service.md b/content/rancher/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service.md index 71fa20d9ebb..4e1b465c493 100644 --- a/content/rancher/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service.md +++ b/content/rancher/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service.md @@ -1,7 +1,7 @@ --- tag: ["rancher", "cluster"] category: "rancher" -layout: list-docs +layout: single title: Azure Container Service weight: 30 --- @@ -10,6 +10,8 @@ weight: 30 You can use Rancher to create a cluster using Microsoft Azure Container Service. +{{< beta-note_azure >}} + 1. From the **Clusters** page, click **Add Cluster**. 2. Choose **Azure Container Service**. diff --git a/layouts/shortcodes/beta-note_azure.html b/layouts/shortcodes/beta-note_azure.html new file mode 100644 index 00000000000..61af0c6df35 --- /dev/null +++ b/layouts/shortcodes/beta-note_azure.html @@ -0,0 +1,4 @@ +
+ Note: +

As of {{< product >}} {{< version >}} GA, the Azure Container Service option is still in beta.

+