tekton - 报错 Taskrun more than one PersistentVolumeClaim is bound
警告
本文最后更新于 2021-08-24 18:10,文中内容可能已过时。
在使用多个 workspace 并且使用不同的 pvc 时会出现这个报错。
taskrun more than one PersistentVolumeClaim is bound
解决方法:
|
|
将 disable-affinity-assistant 参数改为 "true"
github issues: https://github.com/tektoncd/pipeline/issues/3480
请我喝杯水

