Skip to content
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

Internal LoadBalancer docs needs corrections #10058

Closed
longwuyuan opened this issue Jun 8, 2023 · 5 comments · Fixed by #10062
Closed

Internal LoadBalancer docs needs corrections #10058

longwuyuan opened this issue Jun 8, 2023 · 5 comments · Fixed by #10062
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. needs-priority triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@longwuyuan
Copy link
Contributor

/triage accepted
/help-wanted
/good-first-issue

cc @z1cheng

@longwuyuan longwuyuan added the kind/bug Categorizes issue or PR as related to a bug. label Jun 8, 2023
@k8s-ci-robot
Copy link
Contributor

@longwuyuan:
This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/triage accepted
/help-wanted
/good-first-issue

cc @z1cheng

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.

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. needs-priority labels Jun 8, 2023
@z1cheng
Copy link
Member

z1cheng commented Jun 8, 2023

Thanks @longwuyuan, let me have a try for this one

/assign

@z1cheng
Copy link
Member

z1cheng commented Jun 8, 2023

@longwuyuan I found that only AWS LB needs to be updated:

  1. AWS: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/#lb-scheme, annotation needs to be service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
  2. Azure: https://learn.microsoft.com/en-us/azure/aks/internal-lb#create-an-internal-load-balancer, annotation: service.beta.kubernetes.io/azure-load-balancer-internal: "true"
  3. GCP: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#create:

    For GKE versions 1.17 and later, use the annotation networking.gke.io/load-balancer-type: "Internal". For earlier versions, use the annotation cloud.google.com/load-balancer-type: "Internal"

  4. OCI: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingloadbalancer.htm#Creating2, annotation: service.beta.kubernetes.io/oci-load-balancer-internal: "true"

And https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer might be helpful to list the cloud service providers (although it didn't update AWS LB annotation), could we add this link to the doc?

@longwuyuan
Copy link
Contributor Author

Thank you @z1cheng . I agree with you.

@z1cheng
Copy link
Member

z1cheng commented Jun 8, 2023

Also have a PR to fix the AWS LB annotation: kubernetes/website#41538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. needs-priority triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants