Deploying Tekton Dashboard on OpenShift with Docker Proxy Configuration
This guide explains how to configure a Docker proxy, apply the Tekton Dashboard manifest on an OpenShift cluster, and verify the deployment, providing step‑by‑step commands and screenshots for a successful Cloud Native CI/CD setup.
This guide shows how to deploy the Tekton Dashboard on an OpenShift cluster, including setting up a Docker proxy, applying the Tekton Dashboard manifest, and verifying the installation.
Project address: https://github.com/tektoncd/dashboard
1. Configure Docker proxy
#修改docker服务
vi /usr/lib/systemd/system/docker.service
#添加内容
[Service]
Environment="HTTP_PROXY=http://10.1.1.1:10000"
#重启服务
systemctl daemon-reload
systemctl start docker
systemctl enable docker2. Install and deploy
kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.1.1/openshift-tekton-dashboard.yaml --validate=false3. Verify
Access the OpenShift web console, navigate to the tekton-pipelines project, and open the Dashboard router URL to confirm the UI is reachable.
Thank you for reading; feel free to leave a comment or share with friends.
DevOps Cloud Academy
Exploring industry DevOps practices and technical expertise.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.