From 075cb998377bac41ab7ed13ce82ca958c7b4d92e Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:24:36 -0700 Subject: [PATCH] Adds cloud-native-setup in related topics; corrects link. (#691) Signed-off-by: Michael Vincerra Adds sentence ref to cloud-native-setup in Desc. Signed-off-by: Michael Vincerra --- .../tutorials/kubernetes/kubernetes.rst | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/clear-linux/tutorials/kubernetes/kubernetes.rst b/source/clear-linux/tutorials/kubernetes/kubernetes.rst index f5d40a4d..93c8d68c 100644 --- a/source/clear-linux/tutorials/kubernetes/kubernetes.rst +++ b/source/clear-linux/tutorials/kubernetes/kubernetes.rst @@ -16,7 +16,8 @@ Description Kubernetes is an open source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up -an application into logical units for easy management and discovery. +an application into logical units for easy management and discovery. Get up +and running quickly with our `Cloud native setup automation`_. Kata Containers\* kata-runtime adheres to :abbr:`OCI (Open Container Initiative*)` guidelines and works seamlessly with @@ -229,6 +230,10 @@ Related topics Read the Kubernetes documentation to learn more about: +* Deploying Kubernetes with a `cloud-native-setup`_ + +* :ref:`Kubernetes best practices ` + * `Understanding basic Kubernetes architecture`_ * `Deploying an application to your cluster`_ @@ -237,11 +242,12 @@ Read the Kubernetes documentation to learn more about: * `Joining your nodes`_ -Cloud native setup automation (optional) -**************************************** +Cloud native setup automation +***************************** -Clone the `cloud-native-setup`_ repository on your system and follow the -instructions. This repository includes helper scripts to automate configuration. +Optional: Clone the `cloud-native-setup`_ repository on your system and +follow the instructions. This repository includes helper scripts to automate +configuration. Package configuration customization (optional) ********************************************** @@ -293,12 +299,6 @@ commands as a shell script to configure all of these services in one step: EOF done -Next steps -********** - -:ref:`kubernetes-bp` - - Troubleshooting *************** @@ -412,4 +412,4 @@ Troubleshooting .. _documentation: https://clearlinux.org/documentation/clear-linux -.. _cloud-native-setup: https://github.com/clearlinux/cloud-native-setup +.. _cloud-native-setup: https://github.com/clearlinux/cloud-native-setup/tree/master/clr-k8s-examples