From fb2731b762a1683b675a0910c3cdd6641916b9e8 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 13 Nov 2024 20:07:24 -0600 Subject: [PATCH] [doc] Fix inventory.yaml example in user doc By default the deploy-env role sets up ssh key to make it possible to connect to the k8s master node via ssh without a password. The default user is zuul which does not correspond to envs of most users. Change-Id: Id40f0870a1938e68c99ad24577b3b6fba1afb5b9 --- doc/source/install/kubernetes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/install/kubernetes.rst b/doc/source/install/kubernetes.rst index 8869e0b464..3db1ae59eb 100644 --- a/doc/source/install/kubernetes.rst +++ b/doc/source/install/kubernetes.rst @@ -77,6 +77,10 @@ must have passwordless sudo on the nodes. # The user and group that will be used to run Docker commands. docker_users: - ununtu + # By default the deploy-env role sets up ssh key to make it possible + # to connect to the k8s master node via ssh without a password. + client_ssh_user: ubuntu + cluster_ssh_user: ubuntu # The MetalLB controller will be installed on the Kubernetes cluster. metallb_setup: true # Loopback devices will be created on all cluster nodes which then can be used