wang2024666
wang2024666
关键信息 ======= - [ ] bk-sops 版本: 最新的Release包 问题描述 ======= 使用Release里面下载的包,直接通过蓝鲸开发者中心部署是,报错:  重现方法 ======= 下载Release的SAAS包,导入蓝鲸开发者中心并部署。
Expected Behavior ================= docker-slim build return 0 version: latest release --- Actual Behavior ================= docker-slim build \ > --http-probe=false \ > --continue-after=1 \ > --include-bin=/bin/bash \ > --include-shell --include-oslibs-net --include-ssh-client...
Expected Behavior ================= keep shell env after slim build --- Actual Behavior ================= we run with shell include as: docker-slim --report /root/slim.report.json build --http-probe=false --continue-after=1 --include-shell=true --include-oslibs-net=true --include-ssh-client=true ndsmodeler:20240914 the...
hi all, we deployed Exceptionless on self-hosted K8S, with helm chart from relese v8.15. All pods are running now and we changed the service type to NodePort. Tried to post...
**版本(The versions used):** 最新版本 **发生了什么(What happened):** 在lesscode中开发应用时,通过数据管理的API查询数据。接口描述为: /api/data-source/user/tableName/convertserviceportal/detail { "[key]": "query 参数,可以填写多个键值对,并使用 AND 关系查询具体的数据,如果匹配到多条数据,则返回第一条。key 可以填写任意字段。value 填写值,可以用 %xx% 的形式进行模糊匹配。示例:'name': 'xxx' 或者 'name': '%xxx%'" } 配置请求体: { "[service]": "NDS2d" } 使用get方法查询,始终返回表中的第一条数据,而不是期望的查询数据: {...