LiaoSirui

Results 11 comments of LiaoSirui

@fatedier 有考虑构建镜像吗~ 我是因为在 k8s 中使用它,所以添加了了这个

我看了下你们写的 dockerfile,我感觉没有必要使用 alpine,因为没有进行安全编译,所以我觉得 scratch 是更适合的

可以的,看你需要什么的 base image,我目前基础 rocky linux 8 ,后期可以提交 pr 大致的构建步骤如下: ```Dockerfile COPY pyenv/requirements.txt /opt/pyenv-packages/requirements.txt ENV XMAKE_ROOT=y # install - python pacakges and hikyuu RUN --mount=type=cache,target=/var/cache,id=build-cache \ --mount=type=cache,target=/tmp,id=build-tmp \ \ pip3 install...

遇到调度失败的问题,有大佬能给点排查思路吗 环境信息: ``` # helm list -n crane-system NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION scheduler crane-system 3 2023-11-21 10:12:59.63159177 +0800 CST deployed scheduler-0.2.2 0.2.2 # helm get values...

sheduler 不支持多副本 same issue: https://github.com/gocrane/crane-scheduler/issues/28

maybe same: https://github.com/labring/sealos/issues/4514

docker is no longer the default runtime for k8s, maybe try helm?

tongsuo 是什么版本,我用了 8.4.0 报错了 ``` /home/sirui.liao/.g/versions/1.21.9/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /tmp/go-link-241813502/000024.o:在函数‘_cgo_931c1490a0ed_Cfunc_EVP_sm4_ctr’中: sm4.cgo2.c:(.text+0x321):对‘EVP_sm4_ctr’未定义的引用 collect2: 错误:ld 返回 ``` 编译使用的 ``` ./config --prefix=/code/git.liangkui.co/ops/cmdb/bk-cmdb/libs/bk-cmdb/src/bin/build/v3.13.9/tongsuo make -j make install ```