-
Notifications
You must be signed in to change notification settings - Fork 152
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 CPU and Memory Usage Requirements for Kind #437
Comments
This seems like an issue with the health of your kind cluster, perhaps it does not have sufficient resources. I would not expect to see most of your pods restart as they appear to have in your output. Are you running on docker or podman? Which Tekton versions, etc. I've just run the script myself and was able to apply the Task successfully. |
Do you happen to know what the minimum resource requirements are? I've got a vagrant box with 2 GB RAM and 2 vCPU at the moment.
|
@AlanGreene do you know what the minimum requirements are or where they can be found? |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Ping @AlanGreene |
I found the answer:
We're basically looking at ~1GiB just idling. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
tekton_in_kind.sh
from here: https://github.com/tektoncd/plumbing/tree/main/hack#tekton_in_kindshhello-world.yaml
Task from "Getting started with Tasks" document.kubectl apply -f ./hello-world.yaml
Additional Info
The text was updated successfully, but these errors were encountered: