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

docs: Add notes about instanceStorePolicy that can help prevent deadlock #7566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bclodius
Copy link

@bclodius bclodius commented Jan 3, 2025

Fixes #7543

Description

How was this change tested?

  • N/A doc update only

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bclodius bclodius requested a review from a team as a code owner January 3, 2025 18:36
@bclodius bclodius requested a review from engedaam January 3, 2025 18:36
Copy link

netlify bot commented Jan 3, 2025

Deploy Preview for karpenter-docs-prod ready!

Name Link
🔨 Latest commit 0b46b10
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/67782e494346930008d3eae5
😎 Deploy Preview https://deploy-preview-7566--karpenter-docs-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bclodius
Copy link
Author

bclodius commented Jan 3, 2025

image


The disks must be formatted & mounted in a RAID0 and be the underlying filesystem for the Kubelet & Containerd. Instructions for each AMI family are listed below:
The disks must be formatted & mounted in a RAID0 and be the underlying filesystem for the Kubelet & Containerd. Even if you already configure your volumes with RAID0, Karpenter won't recognize this by default unless you set the `instanceStorePolicy` to `RAID0`. Without this, scheduling workloads that depend on ephemeral-storage from the instance-stores may result in a deadlock due to insufficient storage.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also make this update to the docs, v0.37, v1.0 and v.1.1 folders?

@engedaam engedaam self-assigned this Jan 14, 2025
@engedaam
Copy link
Contributor

@bclodius Any update here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional notes about instanceStorePolicy for EC2 Node Class
2 participants