From 089e12d095a7b6d7d4a6cdf10d9511d8ee62e30d Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Thu, 17 Aug 2017 01:14:46 +0800 Subject: [PATCH] fix typo in bastion.md --- docs/bastion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bastion.md b/docs/bastion.md index f8b747ebe9..067d58cff6 100644 --- a/docs/bastion.md +++ b/docs/bastion.md @@ -101,7 +101,7 @@ ssh admin@ The bastion is accessed via an AWS ELB. The ELB is required to gain secure access into the private network and connect the user to the ASG that the bastion lives in. Kops will by default set the bastion ELB idle timeout to 5 minutes. This is important for SSH connections to the bastion that you plan to keep open. -You can increase the ELB idle timeout by editing the main cluster config `kops edit cluster $NAME` and modifyng the following block +You can increase the ELB idle timeout by editing the main cluster config `kops edit cluster $NAME` and modifying the following block ```yaml spec: