| giolekva | 892a4e2 | 2020-04-27 16:46:22 +0400 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # kubectl create namespace argo |
| 4 | kubectl apply -n pcloud -f install.yaml |
| 5 | |
| 6 | # kubectl apply -n kube-system -f mio-minio-secrets.yaml |
| 7 | |
| 8 | |
| 9 | # helm repo add argo https://argoproj.github.io/argo-helm |
| 10 | # helm install my-argo --namespace kube-system argo/argo |
| 11 | # read -s |
| 12 | # kubectl -n kube-system port-forward deployment/my-argo-server 2746 & |
| 13 | # read -s |
| 14 | |
| 15 | #kubectl apply -n kube-system -f argo-events-crds-install.yaml |
| 16 | #read -s |
| 17 | |
| 18 | |
| 19 | #kubectl apply -n kube-system -f event-source.yaml |
| 20 | #kubectl apply -n kube-system -f gateway.yaml |
| 21 | #kubectl apply -n kube-system -f sensor.yaml |