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

Tekton task for kind #1247

Open
philiplee13 opened this issue Apr 8, 2024 · 0 comments
Open

Tekton task for kind #1247

philiplee13 opened this issue Apr 8, 2024 · 0 comments

Comments

@philiplee13
Copy link

philiplee13 commented Apr 8, 2024

Not an actual issue - but I feel like I'm either using this incorrectly or just missing something in general

Was taking some time to learn tekton on minikube and tried plugging and playing the task located here
Example that I used

And got the following output

+ trap cleanup EXIT
+ main
+ kind create cluster
ERROR: failed to create cluster: failed to list clusters: command "docker ps -a --filter label=io.x-k8s.kind.cluster=kind --format '{{.Names}}'" failed with error: exit status 1

Command Output: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
+ cleanup
+ kind delete cluster
Deleting cluster "kind" ...
ERROR: failed to delete cluster "kind": error listing nodes: failed to list clusters: command "docker ps -a --filter label=io.x-k8s.kind.cluster=kind --format '{{.Names}}'" failed with error: exit status 1

Command Output: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
+ true

I see the last commit was about 3 years ago, so I'm sure a lot with Docker has changed - but wanted to check first if this was expected or if I just did something wrong

Thanks!

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

No branches or pull requests

1 participant