From 27b167b94b364d2aea716f384641a878e81366de Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Thu, 3 May 2018 05:03:24 +0000 Subject: [PATCH] Add directly script description into Packages to keep consistence with the others Change-Id: I31e1fa007622195621c96a13397f17a47944e001 --- .../developer/kubernetes-and-common-setup.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index ded5ebeb27..db0a03aea3 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -11,6 +11,12 @@ Install the latest versions of Git, CA Certs & Make if necessary :language: shell :lines: 1,17- +Alternatively, this step can be performed by running the script directly: + +.. code-block:: shell + + ./tools/deployment/developer/common/000-install-packages.sh + Clone the OpenStack-Helm Repos ------------------------------ @@ -42,6 +48,12 @@ You may now deploy kubernetes, and helm onto your machine, first move into the :language: shell :lines: 1,17- +Alternatively, this step can be performed by running the script directly: + +.. code-block:: shell + + ./tools/deployment/developer/common/010-deploy-k8s.sh + This command will deploy a single node KubeADM administered cluster. This will use the parameters in ``${OSH_INFRA_PATH}/tools/gate/playbooks/vars.yaml`` to control the deployment, which can be over-ridden by adding entries to