digitalocean / container-blueprints

DigitalOcean Kubernetes(DOKS) Solution Blueprints
92 stars 46 forks source link

DOKS-CI-CD Tutorial Question #65

Open mdobson opened 1 year ago

mdobson commented 1 year ago

Hey All!

I am trying to work through the DOKS-CI-CD tutorial, and have hit a few hard blockers.

Any recommendations on getting back on track? Should I just install the tekton and knative portions from scratch?

ancashoria commented 8 months ago

I'm havin the same issue. Anyone?

Hungee commented 8 months ago

Hi both,

here are my notes for the tekton component, unfortunately too long ago for me to remember why I did what. 380 wget https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml 381 kubectl apply -f release.yaml 382 kubectl get namespaces 383 kubectl delete pods -n tekton-pipelines --all 384 kubectl get namespaces 387 kubectl apply -f release.yaml 388 kubectl get pods -n tekton-pipelines --19/05 Net-kourier-controller ip 418 doctl compute domain create "" 419 kubectl get svc -n knative-serving 391 kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml 392 kubectl apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml 393 kubectl get pods --namespace tekton-pipelines --watch 394 kubectl apply -f https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.28.0/tekton-dashboard-release.yaml 395 kubectl get pods --namespace tekton-pipelines --watch 396 kubectl get pods --namespace tekton-pipelines -l app.kubernetes.io/part-of=tekton-dashboard 397 tkn version 398 kubectl get svc --namespace tekton-pipelines -l app.kubernetes.io/part-of=tekton-dashboard 399 kubectl port-forward svc/tekton-dashboard -n tekton-pipelines 9097:9097

AnupaKulathunga commented 7 months ago

Hello @Hungee I see you figured this thing out can you help me to set this thing up in my cluster as well because this repo in the digitalocean seems pretty old and those codes and the files seem not working any more it would be great if you can guide in this.