Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#announcements
Title
# announcements
v
Vijay Saravana
07/02/2022, 5:18 AM
Hi team, While specifying resources for a task, what does CPU = '2' actually mean? whether cpu means different instances or threads in the same instance?
s
Samhita Alla
07/02/2022, 10:50 AM
@Vijay Saravana
, cpu = “2” means 2 CPU cores; it’s as per the Kubernetes terminology. Here’s a detailed guide on it:
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-units-in-kubernetes
👍 2
v
Vijay Saravana
07/05/2022, 11:51 PM
Thank you!
2 Views
Post