All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:26, 21 January 2026 Ebasso talk contribs moved page Kubernetes: Instalação do Kind to Kubernetes: Instalação do Kind and Tekton
- 20:23, 21 January 2026 Ebasso talk contribs created page Kubernetes: Instalação do Kind (Created page with "Install Kind # For Intel Macs [ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-amd64 # For M1 / ARM Macs [ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-arm64 chmod +x ./kind mv ./kind /usr/local/bin/kind Setup cluster tekton_cluster="tekton-cluster" # optionally set memory and cpu #podman machine stop #podman machine set --cpus=2 #podman machine set -m=4096 #podman machi...")