Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOKS-CI-CD Tutorial Question #65

Open
mdobson opened this issue Jun 11, 2023 · 3 comments
Open

DOKS-CI-CD Tutorial Question #65

mdobson opened this issue Jun 11, 2023 · 3 comments

Comments

@mdobson
Copy link

mdobson commented Jun 11, 2023

Hey All!

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

  • Tekton is no longer available for install on digital ocean marketplace
  • Kustomizations are no longer present for installing knative serving domain config

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

@ancashoria
Copy link

I'm havin the same issue. Anyone?

@Hungee
Copy link

Hungee commented Jan 19, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants