From 90e1e67276582ee0a6410733c703a26430280510 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 22 Mar 2022 15:44:01 -0500 Subject: [PATCH] Update k8s install page The installation page for kubernetes currently says that the development scripts install a kubeadm cluster, which hasn't been true for quite some time since we have switched to using minikube. This change updates the install guide to reflect this. Change-Id: I83f2d331f77cc9b220a048ed79a7ced63e180576 --- doc/source/install/developer/kubernetes-and-common-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index fe64add052..0ff12f006d 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -82,8 +82,8 @@ Alternatively, this step can be performed by running the script directly: ./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}/playbooks/vars.yaml`` to control the +This command will deploy a single node minikube cluster. This will use the +parameters in ``${OSH_INFRA_PATH}/playbooks/vars.yaml`` to control the deployment, which can be over-ridden by adding entries to ``${OSH_INFRA_PATH}/tools/gate/devel/local-vars.yaml``.