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

[EKS] [Windows]: Add support for kube-reserved and eviction-hard properties for Start-EKSBootstrap.ps1 script #1245

Open
saiteja313 opened this issue Jan 27, 2021 · 0 comments
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue Windows Windows containers

Comments

@saiteja313
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
What do you want us to build?

Which service(s) is this request for?
EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Are you currently working around this issue?
How are you currently solving this problem?

  • update C:\ProgramData\kubernetes\kubelet-config.json file prior to kubelet boot up on the worker node.
<--REDACTED-->
"kubeReserved": {
    "cpu": "70m",
    "ephemeral-storage": "1Gi",
    "memory": "442Mi"
  },
<--REDACTED-->

Additional context
Anything else we should know?

Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

@saiteja313 saiteja313 added the Proposed Community submitted issue label Jan 27, 2021
@mikestef9 mikestef9 added EKS Amazon Elastic Kubernetes Service Windows Windows containers labels Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue Windows Windows containers
Projects
None yet
Development

No branches or pull requests

2 participants