Merge pull request #3217 from lichuqiang/master

Automatic merge from submit-queue

fix typo in bastion.md
This commit is contained in:
Kubernetes Submit Queue 2017-08-17 02:20:28 -07:00 committed by GitHub
commit 16f6fe4bbb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ ssh admin@<master_ip>
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: