CentOS 8 Tekton开发箱 这是什么? 用于管道开发,探索和演示的盒。 建立在8用途创造一个集群并安装。 先决条件 。 当前使用版本2.2.14 6.1 插件 跑步 克隆此仓库: $ git clone https://github.com/kpb/tekton-dev-box.git $ cd tekton-dev-box 创建和设置盒子 $ vagrant up ... can take a bit to download the box, configure K8s, and install Tekton (mine takes around 4.5 mins) 创建并运行任务 $ kubectl apply -f task-hello.yaml $ tkn task start hello && tkn taskrun logs --last -f 这里还有