initial commit
This commit is contained in:
9
dev/tekton/install.sh
Executable file
9
dev/tekton/install.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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/
|
||||
Reference in New Issue
Block a user