# Expected Behavior Following this [guide](https://github.com/tektoncd/plumbing/tree/main/hack#tekton_in_kindsh) I expect a running registry connected to a kind cluster in Podman with running Tekton components. I am using Linux Fedora 40. # Actual Behavior The cluster starts but the registry can not be connected to the "kind" network. # Steps to Reproduce the Problem 1. Be on Linux Fedora 40. 2. Increase `inotify` limits following the steps [here](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files) to be able to start the cluster. 3. Execute from `plumbing` root directory: `./hack/tekton_in_kind.sh` # Additional Info - Kubernetes version: **Output of `kubectl version`:** ``` Client Version: v1.32.2 Kustomize Version: v5.5.0 ``` - Error output ``` Error: "pasta" is not supported: invalid network mode ```