首页 > TAG信息列表 > Tekton
Tekton Triggers--03-trigger-gitlab
修改镜像 不修改镜像报错 build step "step-image-build-and-push" is pending with reason "Back-off pulling image \"gcr.io/kaniko-project/executor:debug\"" root@master01:/opt/tekton-and-argocd-in-practise/05-tekton-triggers/03-trig部署Tekton
https://tekton.dev https://tekton.dev/docs/getting-started/ 环境要求 ◼ Tekton Pipelines 0.11.0及以上的版本,需要运行于Kubernetes v1.15以上的集群中; ◼ 集群上要启用了RBAC鉴权插件; ◼ 拥有管理员权限(绑定到了clusterrole/cluster-admin)的用户; 部署Tekton PipTekton DAG代码
/* Copyright 2019 The Tekton Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LItekton学习-task资源对象(二)
一、task对象支持的属性 https://tekton.dev/vault/pipelines-v0.18.1/tasks/#configuring-a-task 必须: apiVersion - api版本,例如: tekton.dev/v1beta1. kind - 定义的资源类型,这里是Task metadata - 元数据,包括name、lables、annotations等 spec - 定义Task资源对象的详tekton TriggerTemplate资源
tekton新课发布:https://edu.csdn.net/course/detail/35202 什么是TriggerTemplate 创建资源的模板,比如用来创建 PipelineResource 和 PipelineRun 支持的资源 v1alpha1v1beta1pipelinespipelinespipelinerunspipelinerunstaskstaskstaskrunstaskrunsclustertasksclustertaskscon