Skip to content
Snippets Groups Projects
Commit 66475f98 authored by Rui Cao's avatar Rui Cao
Browse files

Fix some typos


Signed-off-by: default avatarRui Cao <ruicao@alauda.io>
parent 3d270077
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ The following components require a highly available endpoints: ...@@ -5,7 +5,7 @@ The following components require a highly available endpoints:
* etcd cluster, * etcd cluster,
* kube-apiserver service instances. * 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. achieve the same goal.
Etcd Etcd
...@@ -103,7 +103,7 @@ loadbalancer_apiserver: ...@@ -103,7 +103,7 @@ loadbalancer_apiserver:
so you will need to use a different port for the vip from that the API is 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 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 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 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 into the `/etc/hosts` file of all servers in the `k8s-cluster` group and wired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment