1.项目地址
https://github.com/tektoncd/dashboard
2.配置Docker代理
#修改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 docker
3.安装部署
kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.1.1/openshift-tekton-dashboard.yaml --validate=false
4.验证
访问openshift web页面,进入tekton-pipelines项目,然后访问dashboard的router。