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
This commit is contained in:
parent
151c03d5ec
commit
90e1e67276
@ -82,8 +82,8 @@ Alternatively, this step can be performed by running the script directly:
|
|||||||
|
|
||||||
./tools/deployment/developer/common/010-deploy-k8s.sh
|
./tools/deployment/developer/common/010-deploy-k8s.sh
|
||||||
|
|
||||||
This command will deploy a single node KubeADM administered cluster. This will
|
This command will deploy a single node minikube cluster. This will use the
|
||||||
use the parameters in ``${OSH_INFRA_PATH}/playbooks/vars.yaml`` to control the
|
parameters in ``${OSH_INFRA_PATH}/playbooks/vars.yaml`` to control the
|
||||||
deployment, which can be over-ridden by adding entries to
|
deployment, which can be over-ridden by adding entries to
|
||||||
``${OSH_INFRA_PATH}/tools/gate/devel/local-vars.yaml``.
|
``${OSH_INFRA_PATH}/tools/gate/devel/local-vars.yaml``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user