-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Bind ingress controller to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes #4645
Conversation
Welcome @wawa0210! |
Hi @wawa0210. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Please use kubernetes.io/os |
@wawa0210 please don't assign PRs manually. Thanks |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #4645 +/- ##
========================================
Coverage ? 58.7%
========================================
Files ? 88
Lines ? 6763
Branches ? 0
========================================
Hits ? 3970
Misses ? 2355
Partials ? 438 Continue to review full report at Codecov.
|
/retest |
… kubernetes cluster includes linux nodes and windows nodes
FIxed . |
I am very sorry, I will pay attention next time. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, wawa0210 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@wawa0210 thanks! |
@petersalomonsen Since the release of kubernetes 1.14, this label @aledbf Do you think we need to adapt kubernetes that are lower than the 1.14 version? If we need to change to the previous label? Or create a separate yaml file for aks |
This is one of the reasons why this was not provided in the default installation. In theory, we should have only support for the last three supported versions of Kubernetes: 1.16, 1.15 and 1.14. I am aware that some providers are using older versions. I only see two options:
Any other option only adds confusion. |
In theory, I think this annotation is necessary because Windows is officially supported after the kubernetes 1.15 version. It would be confusing to have this annotation in a hybrid cluster deployment. I try to improve the installation documentation, you can help review later. |
What this PR does / why we need it:
Bind ingress controller to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes. The image doesn't support on windows
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #/clean-up
Special notes for your reviewer:
Bind ingress controller to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
/assign @ElvinEfendi