-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with k8s.io/docs/setup/production-environment/tools/kubeadm/hig… #15372
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 5847d2c https://deploy-preview-15372--kubernetes-io-master-staging.netlify.com |
/sig cluster-lifecycle |
an apiserver is a TCP check on the port the kube-apiserver listens on | ||
(default value `:6443`). | ||
- In a cloud environment, use the load balancer infrastructure provided by the cloud provider. | ||
In an environment without a built-in load balancer (i.e. bare metal), you can use a TCP forwarding proxy,such as HAProxy, however you need to take steps to make that load balancer highly available. Otherwise your load balancer becomes a single point of failure. The health check for an apiserver is a TCP check on the port the kube-apiserver listens on (default value `:6443`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello @RA489. Thanks for the PR.
I reread the comments from issue #15284.
It seems as if there could be three bullet points instead of a single paragraph, 1) cloud provider 2) bare metal 3) health check, if it applies to both environments
- The bare metal sentence could be split into two or more sentences. Possible edit:
In an environment without a built-in load balancer, such as bare metal, you can use a TCP forwarding proxy. However, ... - There is an item further below in the list that refers to HAProxy.
/hold |
Closing in deference to #15411. /close |
@zacharysarah: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue with k8s.io/docs/setup/production-environment/tools/kubeadm/hig…
fixes #15284