Open oxr463 opened 2 years ago
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.
CONTAINER_RUNTIME=docker ./tekton_in_kind.sh
This seems like an issue with the health of your kind cluster, perhaps it does not have sufficient resources.
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.
Are you running on docker or podman? Which Tekton versions, etc.
kind --version
kind version 0.14.0
docker --version
Docker version 20.10.16, build aa7e414fdcb23a66e8fabbef0a560ef1769eace5
kubectl get nodes
NAME STATUS ROLES AGE VERSION
tekton-control-plane Ready control-plane 10d v1.24.0
tekton-worker Ready <none> 10d v1.24.0
tekton-worker2 Ready <none> 10d v1.24.0
tkn version
Client version: 0.26.0
Pipeline version: v0.39.0
Triggers version: v0.21.0
Dashboard version: v0.28.0
@AlanGreene do you know what the minimum requirements are or where they can be found?
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
/remove-lifecycle stale
Ping @AlanGreene
I found the answer:
docker stats --no-stream
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
2789f5060266 tekton-control-plane 28.60% 651.5MiB / 7.676GiB 8.29% 7.01MB / 13.7MB 1.43MB / 744MB 261
efe407665ae4 tekton-worker2 6.86% 249MiB / 7.676GiB 3.17% 219MB / 3.51MB 319kB / 723MB 187
4b73d90a0f74 tekton-worker 3.26% 155.1MiB / 7.676GiB 1.97% 71MB / 4.65MB 1.06MB / 324MB 123
8fe0860695c5 kind-registry 0.00% 5.164MiB / 7.676GiB 0.07% 4.21kB / 1.09kB 4.1kB / 0B 8
We're basically looking at ~1GiB just idling.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/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