chengjoey

Results 90 comments of chengjoey

[沙箱测试demo](https://github.com/chengjoey/alipay-demo)我写了一个沙箱测试的demo可供大家参考使用

@vdemeester can you take a look when you have time

@lookis I tried getting my own shh repo using the example docs and it cloned the repo successfully [git-clone-use-cred](https://github.com/tektoncd/pipeline/blob/main/examples/v1beta1/taskruns/git-ssh-creds.yaml) maybe you cloud reference this docs and fetch successfully

This is because the non-existent node `1270-prod-worker` is obtained from the cache, which has been fixed by #119779 before 119779, get node will return error: https://github.com/kubernetes/kubernetes/blob/bd2cb7205ee631b7d6c32ba5d7514ef75f011622/pkg/scheduler/schedule_one.go#L434-L444 after 119779 it's fixed...