Pone Ding

Results 10 issues of Pone Ding

遇到组件启动失败的情况,但是启动日志本身没有暴露启动失败信息。 查看rbd-worker日志发现,实际的情况是k8s中容器名称字符长度要求不能超过63,否则,k8s资源验证不通过,组件就无法启动。 分三种情况: 1. 组件名称本身没有长度限制,如果超过63位,那么组件容器名称(直接使用了组件名称)不符合要求; 2. 组件名称过长,插件容器名称又额外添加了前缀:“default-tcpmesh-”,“probe-mesh-”导致容器名称长度超出,不符合要求;

kind/bug

## 关于集群端组件轻量化的需求 - 对接云边端轻量化的集群时,region 端组件显得就不那么轻量化了; - 部署的组件较多,容易带来部署问题; - 版本开发完成后编译发布组件比较复杂; - 组件调用,消息队列机制导致开发调试困难; ## 轻量化建议 在Region端不使用 etcd,db存储,不使用 mq 机制 - 将数据定义成 CRD; - 使用 client-go 自带的 queue 机制; - chaos 改为实时任务(有编译任务时启动 pod...

### Description Build image docker will ignore ENTRYPOINT in docker 23.x And this bug causes the compiled image to run getting error 'Error response from daemon: No command specified' in...

area/builder
status/0-triage
kind/bug
version/19.03

启动 Clash Verge 一段时间后,电脑一些操作开始变得卡顿,查看资源使用情况,发现 tauri://localhost 有较高的 CPU 占用,退出 Clash Verge 卡顿情况消失。 机器:Macbook Pro 14 M1 Pro 系统:MacOS Ventura

Thank you very much for the software you developed, which has helped me to some extent.🥰 The issue of the status bar being higher than notch is troubling a number...

[中文说明: 提交你的代码](https://rasp.baidu.com/doc/hacking/pull-request.html) 解决使用 go1.22 版本编译 openrasp 程序运行报错问题。 #469

# 使用 go1.22 版本编译 openrasp 程序运行将报错: ![image](https://github.com/baidu/openrasp/assets/33922888/fca4c9b4-13d6-474e-aa15-9ca140759dee) 这是因为go 1.22版本中 base64.NewEncoding 函数对入参增加了新的验证:不可重复字符,参考:[encoding: require unique alphabet for base32 and base64](https://github.com/golang/go/commit/243c8c0eec20d981d8e76a3aac82f97cca991571]) [源码定位](https://github.com/baidu/openrasp/blob/240fde3901c7a36aaade3683ffd5c89140a535fb/cloud/src/rasp-cloud/models/app.go#L468C1-L475C2) 中 `OPQRSTYZabcdefgABCDEFGHIJKLMNhijklmnopqrUVWXstuvwxyz01234567891q` 包含重复字符 1 和 q,所以 程序运行至此会直接 panic。 建议调整为使用 `base64.StdEncoding.EncodeToString` 函数。

跟着文档部署,环境信息和报错信息如下: ```bash ➜ clusternet git:(main) uname -m x86_64 ➜ clusternet git:(main) uname -a Linux dev 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ➜...

kind/question

### Go version go version go1.22.4 darwin/arm64 ### GoFrame version v2.7.2 ### Can this bug be reproduced with the latest release? Option No ### What did you do? I dont...

bug

### System (Mac, Windows 10/11, Linux) / 操作系统 MacOS 15.1.1 ### SwitchHosts Version / SwitchHosts 版本 v4.2.0 ### Description / 描述 应用支持浅色和深色背景的手动切换,但是还不支持跟随系统主题切换,这对于常常在白天和晚上工作使用这个程序的人来说(通常是运维或者开发人员),每次手动切换还是略麻烦了第点,希望增加系统主题。