Browse Source

Merge pull request #3362 from mirake/fix-typos

Fix some typos
pull/3366/head
k8s-ci-robot 6 years ago
committed by GitHub
parent
commit
f9502e0964
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/ha-mode.md

4
docs/ha-mode.md

@ -5,7 +5,7 @@ The following components require a highly available endpoints:
* etcd cluster,
* kube-apiserver service instances.
The latter relies on a 3rd side reverse proxies, like Nginx or HAProxy, to
The latter relies on a 3rd side reverse proxy, like Nginx or HAProxy, to
achieve the same goal.
Etcd
@ -103,7 +103,7 @@ loadbalancer_apiserver:
so you will need to use a different port for the vip from that the API is
listening on, or set the `kube_apiserver_bind_address` so that the API only
listens on a specific interface (to avoid conflict with haproxy binding the
port on the VIP adddress)
port on the VIP address)
This domain name, or default "lb-apiserver.kubernetes.local", will be inserted
into the `/etc/hosts` file of all servers in the `k8s-cluster` group and wired

Loading…
Cancel
Save