-
Notifications
You must be signed in to change notification settings - Fork 995
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
Document Pod Density and Default Instance Profile #1216
Comments
I'd be happy to take this on, since I authored the two mentioned PRs. @ellistarn We don't have a good spot in the docs for CLI flags. Add a new page or add it to an existing one? In this case, both are AWS-specific too. Maybe a single CLI flag page with different sections for the various providers? |
@geoffcline @chrisnegus can you chime in on structure? |
Suggestion: Add "reference" section, move provisioner API under new section; add karpenter args page to this section; identify AWS specific content using a "☁️ AWS" header. This is assuming the page would be <50% AWS specific content. |
Since we are at it, I would suggest adding a separate value in helm chart for this env var, something like aws:
# -- The default instance profile to use when launching nodes on AWS
defaultInstanceProfile: ""
eniLimitedPodDensity: true which if set to false will add envvar to the controller deployment |
@ellistarn can I get a 2-3 sentence summary of #1032 and this issue? |
Nodes are configured support a maximum number of pods, specific to the cloud provider. Previously for AWS, this number was limited by the number of attachable ENIs on the specific EC2 instance type. With AWS VPC CNI v1.9+, much higher pod densities are supported. By default, |
I might be misreading what you wrote, but the How about something along the lines "To support higher density, set |
This issue is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
closed with #1237 |
Is an existing page relevant?
What karpenter features are relevant?
#1032
#914
How should the docs be improved?
For the issues linked above, Karpenter is missing docs update
Community Note
The text was updated successfully, but these errors were encountered: