Files
kubernetes/dev/tekton/install.sh
2025-11-23 18:58:51 +01:00

10 lines
341 B
Bash
Executable File

#!/bin/bash
microk8s
kubectl apply --filename
https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
microk8s kubectl apply -f
https://storage.googleapis.com/tekton-releases/dashboard/latest/release.yaml
microk8s kubectl apply -f ingressroute-tls.yaml
microk8s config > admin.conf
sudo mv admin.conf /etc/kubernetes/