-
Notifications
You must be signed in to change notification settings - Fork 77
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
add AVX2 to Requirements #686
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Best reviewed: commit by commit
Optimal code review plan
|
|
||
kubernetes 1.17~ | ||
- Kubernetes 1.17~ | ||
- AVX2 instructions (required by Vald Agent NGT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the following question.
- Does
X86
supported? - ARM CPU supported?
- Only AVX2 is required? other AVX instruction is required?
- AVX2 instructions (required by Vald Agent NGT) | |
- X64 CPU with AVX2 instructions set supported (required by Vald Agent NGT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 and 2 ... currently, we don't provide docker images for these CPU architectures.
however, we are planning to provide docker images for each of them in the near future.
3 ... i'm not sure but maybe only AVX2 is needed. @kpango do you know about that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW not sure if AVX is required or optional 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, AVX2 is required, but once the issue #687 is resolved, it becomes optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/rebase |
[REBASE] Rebase triggered by kpango for branch: documentation/add-avx2-to-requirements |
Signed-off-by: Rintaro Okamura <[email protected]>
edfe83e
to
14baf01
Compare
[FORMAT] Updating license headers and formatting go codes triggered by kpango. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVED] This PR is approved by kpango.
Signed-off-by: Rintaro Okamura [email protected]
Description:
Add "AVX2 instructions" to Requirements section.
Related Issue:
#685
How Has This Been Tested?:
nothing
Environment:
Types of changes:
Changes to Core Features:
Checklist: