我在几台node服务器上也把镜像模板放进去以后,再执行,碰到一个新的问题:
Cloning into ‘/tmp/s2i343418682/upload/tmp’…
warning: redirecting to http://100.66.23.9/test-projects/test1.git/
remote: Enumerating objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Counting objects: 33% (⅓) remote: Counting objects: 66% (⅔) remote: Counting objects: 100% (3/3) remote: Counting objects: 100% (3/3), done.
Already on ‘master’
I0424 09:03:39.194142 1 clone.go:56] Checked out to “master”
Your branch is up to date with ‘origin/master’.
I0424 09:03:39.306453 1 clone.go:62] Updated submodules for “master”
I0424 09:03:39.316722 1 fs.go:302] Removing directory ‘/tmp/s2i343418682/upload/src’
I0424 09:03:39.320841 1 fs.go:302] Removing directory ‘/tmp/s2i343418682/upload/tmp’
I0424 09:03:39.322375 1 fs.go:302] Removing directory ‘/tmp/s2i343418682′
I0424 09:03:39.322361 1 cleanup.go:33] Removing temporary directory /tmp/s2i343418682
I0424 09:03:39.324787 1 s2i.go:75] Build failed
E0424 09:03:39.324815 1 errors.go:298] Suggested solution: set the scripts URL parameter with the location of the S2I scripts, or check if the image has the “io.s2i.scripts-url” label set
E0424 09:03:39.324823 1 errors.go:302] If the problem persists consult the docs at https://kubesphere.io/docs/v2.1/zh-CN/quick-start/source-to-image/ Open an issue at https://github.com/kubesphere/s2irun/issues providing us with a log from your build using log output level 3.
E0424 09:03:39.324808 1 errors.go:297] An error occurred: failed to install [assemble run]
看不出来失败原因